fix(fish): remove vim bindings

This commit is contained in:
Léana 江 2023-04-01 15:49:41 +02:00
parent 373c5ad84b
commit b0ebf7868c
2 changed files with 2 additions and 9 deletions

View file

@ -17,9 +17,6 @@ if status is-interactive
# fd theme
set -gx LS_COLORS (vivid -m 24-bit generate one-light)
# enable fish vi bindings explicitly
fish_vi_key_bindings
# tools
starship init fish | source
zoxide init fish --hook="prompt" | source