chore(zellij): disable Ctrl+H hotkey
This commit is contained in:
parent
adc8886017
commit
8862fca28a
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
mouse_mode = false;
|
mouse_mode = false;
|
||||||
|
keybinds.unbind = [
|
||||||
|
"Ctrl h"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
|
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue