mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
add \r equivalent binding
Add a binding that was overlooked by commit d65c63322ef52443b372c3c49dbd3584596fed6b. Fixes #2834
This commit is contained in:
parent
1828def866
commit
fb0921249f
@ -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…
x
Reference in New Issue
Block a user