mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge 78e3d5f7ee into 5667161d49
This commit is contained in:
commit
658d7fb879
1 changed files with 4 additions and 1 deletions
|
|
@ -123,11 +123,14 @@ bindkey "\e[1;3D" dirhistory_zle_dirhistory_back
|
|||
bindkey "\e\e[D" dirhistory_zle_dirhistory_back
|
||||
# GNU screen:
|
||||
bindkey "\eO3D" dirhistory_zle_dirhistory_back
|
||||
# OS X Terminal.app
|
||||
bindkey "^[b" dirhistory_zle_dirhistory_back
|
||||
|
||||
zle -N dirhistory_zle_dirhistory_future
|
||||
bindkey "\e[3C" dirhistory_zle_dirhistory_future
|
||||
bindkey "\e[1;3C" dirhistory_zle_dirhistory_future
|
||||
bindkey "\e\e[C" dirhistory_zle_dirhistory_future
|
||||
bindkey "\eO3C" dirhistory_zle_dirhistory_future
|
||||
|
||||
# OS X Terminal.app
|
||||
bindkey "^[f" dirhistory_zle_dirhistory_future
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue