mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Fix dirhistory on OS X Terminal.app
This commit is contained in:
parent
140034605e
commit
beb59e0d5d
1 changed files with 4 additions and 1 deletions
|
|
@ -122,11 +122,14 @@ bindkey "\e[1;3D" dirhistory_zle_dirhistory_back
|
||||||
bindkey "\e\e[D" dirhistory_zle_dirhistory_back
|
bindkey "\e\e[D" dirhistory_zle_dirhistory_back
|
||||||
# GNU screen:
|
# GNU screen:
|
||||||
bindkey "\eO3D" dirhistory_zle_dirhistory_back
|
bindkey "\eO3D" dirhistory_zle_dirhistory_back
|
||||||
|
# OS X Terminal.app
|
||||||
|
bindkey "^[b" dirhistory_zle_dirhistory_back
|
||||||
|
|
||||||
zle -N dirhistory_zle_dirhistory_future
|
zle -N dirhistory_zle_dirhistory_future
|
||||||
bindkey "\e[3C" dirhistory_zle_dirhistory_future
|
bindkey "\e[3C" dirhistory_zle_dirhistory_future
|
||||||
bindkey "\e[1;3C" dirhistory_zle_dirhistory_future
|
bindkey "\e[1;3C" dirhistory_zle_dirhistory_future
|
||||||
bindkey "\e\e[C" dirhistory_zle_dirhistory_future
|
bindkey "\e\e[C" dirhistory_zle_dirhistory_future
|
||||||
bindkey "\eO3C" 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