1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Use Ctrl+Arrow as well as Alt+Arrow

This commit is contained in:
Joe Groocock 2017-11-16 00:02:58 +00:00
parent cc5c1d67ab
commit f879258646
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

2
.zshrc
View File

@ -65,7 +65,9 @@ antigen apply
# Set some key-binds
bindkey -e
bindkey "^[[1;3C" forward-word
bindkey "^[[1;5C" forward-word
bindkey "^[[1;3D" backward-word
bindkey "^[[1;5D" backward-word
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line