add kitty configuration
This commit is contained in:
parent
470c8d32c7
commit
a247d58251
1 changed files with 20 additions and 0 deletions
|
@ -120,6 +120,26 @@ in
|
||||||
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
enable_audio_bell = "no";
|
||||||
|
focus_follows_mouse = "yes";
|
||||||
|
#mouse_map left click ungrabbed mouse_handle_click prompt
|
||||||
|
#mouse_map ctrl+left click ungrabbed mouse_handle_click link
|
||||||
|
#map ctrl+c copy_to_clipboard
|
||||||
|
copy_on_select = "yes";
|
||||||
|
strip_trailing_spaces = "always";
|
||||||
|
};
|
||||||
|
|
||||||
|
keybindings = {
|
||||||
|
"super+shift+return" = "new_os_window_with_cwd";
|
||||||
|
"shift+page_up" = "scroll_page_up";
|
||||||
|
"shift+page_down" = "scroll_page_down";
|
||||||
|
"alt+l" = "scroll_line_up";
|
||||||
|
"alt+a" = "scroll_line_down";
|
||||||
|
"alt+i" = "scroll_page_up";
|
||||||
|
"alt+e" = "scroll_page_down";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
|
|
Loading…
Reference in a new issue