mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
ctrl-p as up-or-search and ctrl-n as down-or-search
This commit is contained in:
parent
97edc96afd
commit
466806fb11
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||
bind $argv \ey yank-pop
|
||||
bind $argv \ch backward-delete-char
|
||||
bind $argv \cw backward-kill-word
|
||||
bind $argv \cp history-search-backward
|
||||
bind $argv \cn history-search-forward
|
||||
bind $argv \cp up-or-search
|
||||
bind $argv \cn down-or-search
|
||||
bind $argv \cf forward-char
|
||||
bind $argv \cb backward-char
|
||||
bind $argv \ct transpose-chars
|
||||
|
|
Loading…
Reference in a new issue