chore(zellij): disable Ctrl+H hotkey

This commit is contained in:
Mohammad Rafiq 2025-03-22 09:21:35 +08:00
parent adc8886017
commit 8862fca28a
No known key found for this signature in database

View file

@ -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";