mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Remove named arg in fish_default_key_bindings
This wasn't actually used anywhere.
This commit is contained in:
parent
7ebafa53f6
commit
e67505bead
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fish" -a mode
|
function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fish"
|
||||||
if not set -q mode[1]
|
if not set -q argv[1]
|
||||||
if test "$fish_key_bindings" != "fish_default_key_bindings"
|
if test "$fish_key_bindings" != "fish_default_key_bindings"
|
||||||
set -g fish_key_bindings fish_default_key_bindings # This triggers the handler, which calls us again and ensures the user_key_bindings are executed
|
set -g fish_key_bindings fish_default_key_bindings # This triggers the handler, which calls us again and ensures the user_key_bindings are executed
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue