mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 2df70ee5ca into 291e96dcd0
This commit is contained in:
commit
3ea48060b6
1 changed files with 8 additions and 1 deletions
|
|
@ -19,8 +19,15 @@ if [[ -n "$terminfo[kcuu1]" ]]; then
|
|||
bindkey -M emacs "$terminfo[kcuu1]" history-substring-search-up
|
||||
bindkey -M viins "$terminfo[kcuu1]" history-substring-search-up
|
||||
fi
|
||||
if [[ -n "$terminfo[cuu1]" ]]; then
|
||||
bindkey -M emacs "$terminfo[cuu1]" history-substring-search-up
|
||||
bindkey -M viins "$terminfo[cuu1]" history-substring-search-up
|
||||
fi
|
||||
if [[ -n "$terminfo[kcud1]" ]]; then
|
||||
bindkey -M emacs "$terminfo[kcud1]" history-substring-search-down
|
||||
bindkey -M viins "$terminfo[kcud1]" history-substring-search-down
|
||||
fi
|
||||
|
||||
if [[ -n "$terminfo[cud1]" ]]; then
|
||||
bindkey -M emacs "$terminfo[cud1]" history-substring-search-down
|
||||
bindkey -M viins "$terminfo[cud1]" history-substring-search-down
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue