vi-bindings: Make "/" open pager and go to insert mode

Fixes #10141

(cherry picked from commit dbdef5d267)
This commit is contained in:
Fabian Boehm 2023-12-10 10:37:05 +01:00 committed by David Adam
parent e2ab7397ac
commit 1af5fb64b7

View file

@ -91,7 +91,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
bind -s --preset [ history-token-search-backward
bind -s --preset ] history-token-search-forward
bind -s --preset / history-pager
bind -s --preset -m insert / history-pager repaint-mode
bind -s --preset k up-or-search
bind -s --preset j down-or-search