wrappers/fish: enable vi mode

This commit is contained in:
Nikodem Rabuliński 2024-02-02 12:13:00 +01:00
parent 890c6e7dec
commit fffd77b3d1
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,6 @@
status --is-interactive
and begin
fish_vi_key_bindings insert
# Abbreviations
## nix
@ -19,7 +20,7 @@ and begin
alias cat bat
alias l 'eza -lah --group-directories-first --icons'
# Integrations
zoxide init fish | source
direnv hook fish | source
end