mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
functions/fish_vi_key_bindings: Pass "-s" to shared bindings
Fixes #5853. [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user