Restructure kitty a bit to allow more settings to pass to linux
This commit is contained in:
parent
0e32361ae2
commit
d95d41088d
4 changed files with 75 additions and 78 deletions
|
@ -9,6 +9,7 @@ with lib;
|
|||
settings.shell = "${config.programs.fish.package}/bin/fish";
|
||||
|
||||
keybindings = {
|
||||
"0xa5" = "send_text all \\u005c";
|
||||
"ctrl+shift+n" = "new_os_window_with_cwd";
|
||||
"ctrl+shift+enter" = "new_window_with_cwd";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue