Restructure kitty a bit to allow more settings to pass to linux

This commit is contained in:
Natsu Kagami 2022-10-17 10:20:10 +02:00 committed by Natsu Kagami
parent 0e32361ae2
commit d95d41088d
4 changed files with 75 additions and 78 deletions

View file

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