This commit is contained in:
unexplrd
2025-02-27 17:16:25 +02:00
parent 9758aef906
commit 1cdc75a57a
9 changed files with 152 additions and 209 deletions

View File

@ -38,16 +38,10 @@ in {
l = "ls -la";
};
interactiveShellInit = ''
bind \e\[3\;5~ kill-word
bind \cH backward-kill-word
set fish_greeting
set fish_cursor_default block blink
set fish_cursor_insert line blink
set fish_cursor_replace_one underscore blink
set fish_cursor_visual block
function fish_user_key_bindings
fish_default_key_bindings -M insert
fish_vi_key_bindings --no-erase insert
end
'';
};
};