mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
default key bindings: add further iTerm2 bindings
This commit is contained in:
parent
7ce5f34d6f
commit
735af50ce9
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||
bind \ef forward-word
|
||||
bind \e\[1\;5C forward-word
|
||||
bind \e\[1\;5D backward-word
|
||||
bind \e[1\;9B history-token-search-forward # iTerm2
|
||||
bind \e[1\;9A history-token-search-backward # iTerm2
|
||||
bind \e\[1\;9C forward-word #iTerm2
|
||||
bind \e\[1\;9D backward-word #iTerm2
|
||||
bind \ed forward-kill-word
|
||||
|
|
Loading…
Reference in a new issue