mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
change kitty config & switch from alacritty to kitty
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
"ctrl+shift+tab" = "new_tab";
|
||||
"ctrl+shift+tab" = "new_tab_with_cwd";
|
||||
"ctrl+shift+enter" = "new_window_with_cwd";
|
||||
"ctrl+j" = ''kitten pass_keys.py bottom ctrl+j'';
|
||||
"ctrl+k" = ''kitten pass_keys.py top ctrl+k'';
|
||||
"ctrl+h" = ''kitten pass_keys.py left ctrl+h'';
|
||||
|
||||
Reference in New Issue
Block a user