Improvements to kitty conf to support hyperlinks

This commit is contained in:
Salar Rahmanian 2025-03-23 17:23:59 -07:00
parent 6bc7ff5190
commit d92d7b10f3
5 changed files with 44 additions and 20 deletions

View file

@ -192,26 +192,6 @@
enable = true;
};
programs.kitty = {
enable = true;
keybindings = {
"kitty_mod+enter" = "new_window_with_cwd";
};
themeFile = "Tango_Dark";
font = {
name = "SF Mono";
size = 13;
};
settings = {
copy_on_select = true;
enabled_layouts = "*";
macos_quit_when_last_window_closed = true;
scrollback_lines = 100000;
kitty_mod = "cmd+option";
};
shellIntegration.enableFishIntegration = true;
};
programs.lazygit = {
enable = true;
};