fix option + arrows

This commit is contained in:
Matthias Kretschmann 2021-02-16 20:23:47 +01:00
parent cc8df1f52b
commit 67609ed7a6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 4 additions and 0 deletions

4
zshrc
View File

@ -17,6 +17,10 @@ DISABLE_UPDATE_PROMPT="true"
DISABLE_AUTO_TITLE="true"
ENABLE_CORRECTION="true"
# Skip forward/back a word with opt-arrow
bindkey '^[f' forward-word
bindkey '^[b' backward-word
#
# History
#