mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
add \r equivalent binding
Add a binding that was overlooked by commit
d65c63322e
.
Fixes #2834
This commit is contained in:
parent
1828def866
commit
fb0921249f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||
bind $argv \t complete
|
||||
|
||||
bind $argv \e\n "commandline -i \n"
|
||||
bind $argv \e\r "commandline -i \n"
|
||||
|
||||
bind $argv \e\[A up-or-search
|
||||
bind $argv \e\[B down-or-search
|
||||
|
|
Loading…
Reference in a new issue