mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
functions/fish_vi_key_bindings: Pass "-s" to shared bindings
Fixes #5853. [ci skip]
This commit is contained in:
parent
665ae3787a
commit
3b532fc793
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
|||
# Inherit shared key bindings.
|
||||
# Do this first so vi-bindings win over default.
|
||||
for mode in insert default visual
|
||||
__fish_shared_key_bindings -M $mode
|
||||
__fish_shared_key_bindings -s -M $mode
|
||||
end
|
||||
|
||||
bind -s --preset -M insert \r execute
|
||||
|
|
Loading…
Reference in a new issue