LF kitty preview + Kitty bindings

This commit is contained in:
Filippo Berto 2022-08-05 11:32:13 +02:00
parent b975faf84f
commit d03913d61c
2 changed files with 29 additions and 0 deletions

View file

@ -40,6 +40,8 @@ in
"ctrl+shift+t" = "new_tab_with_cwd";
"ctrl+shift+enter" = "new_window_with_cwd";
"ctrl+shift+n" = "new_os_window_with_cwd";
"ctrl+shift+up" = "previous_window";
"ctrl+shift+down" = "next_window";
};
font = pkgs.rice.font.monospace;
};