Compare commits

...
2 Commits
Author SHA1 Message Date
christoph 7fbab2b1f6 Modules/Fish: Enable vi keybindings 2026-05-06 21:06:31 +02:00
christoph df1cadae60 Modules/Kitty: Enable cursor_trail 2026-05-06 21:06:20 +02:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ in {
shellInit = ''
set fish_greeting
yes | fish_config theme save "system-theme"
fish_vi_key_bindings
# Because we can't source that in a project flake's shellHook (is POSIX), source it here
function __project_shell_reload --on-variable INIT_PROJECT_SHELL
+1
View File
@@ -42,6 +42,7 @@ in {
window_padding_width = 10; # Looks stupid with editors if bg doesn't match
# hide_window_decorations = "yes";
enabled_layouts = "grid,vertical,horizontal";
cursor_trail = 3;
tab_bar_min_tabs = 2; # Don't show a single tab
tab_bar_edge = "bottom";