fish: add vi keybinding setup

This commit is contained in:
Daniel Micay 2024-11-29 14:03:58 -05:00
parent 1407b2385b
commit 3cdd4914d3

View File

@ -15,6 +15,12 @@ if set -q TERM && test $TERM = alacritty && ! set -q COLORTERM
end end
if status is-interactive if status is-interactive
fish_vi_key_bindings
set fish_cursor_insert line
set fish_cursor_replace_one underscore
set fish_cursor_replace underscore
set fish_cursor_external line
set -g fish_prompt_pwd_full_dirs 2 set -g fish_prompt_pwd_full_dirs 2
alias rsync 'rsync --preallocate' alias rsync 'rsync --preallocate'