Change fish config to use vi key bindings

This commit is contained in:
2024-07-15 12:31:45 -05:00
parent f03698c117
commit cd9a2df603
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ if status is-interactive
set fish_greeting
set -g fish_key_bindings fish_vi_key_bindings
set fish_cursor_default block
set fish_cursor_insert line
set fish_cursor_replace_one underscore

View File

@@ -3,6 +3,8 @@ if status is-interactive
set fish_greeting
set -g fish_key_bindings fish_vi_key_bindings
set fish_cursor_default block
set fish_cursor_insert line
set fish_cursor_replace_one underscore