mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
for iterm on mac
This commit is contained in:
parent
881a2be64f
commit
c965044d23
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ bindkey ' ' magic-space # [Space] - do history exp
|
|||
|
||||
bindkey '^[[1;5C' forward-word # [Ctrl-RightArrow] - move forward one word
|
||||
bindkey '^[[1;5D' backward-word # [Ctrl-LeftArrow] - move backward one word
|
||||
bindkey '\e\e[C' forward-word # [Ctrl-RightArrow] - move forward one word
|
||||
bindkey '\e\e[D' backward-word # [Ctrl-LeftArrow] - move backward one word
|
||||
|
||||
if [[ "${terminfo[kcbt]}" != "" ]]; then
|
||||
bindkey "${terminfo[kcbt]}" reverse-menu-complete # [Shift-Tab] - move through the completion menu backwards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue