Add binds for CTRL + left/right arrow keys
This commit is contained in:
parent
1981ef517e
commit
e61330da60
2
zshrc
2
zshrc
@ -26,6 +26,8 @@ _comp_options+=(globdots) # Include hidden files.
|
|||||||
bindkey '^ ' autosuggest-accept
|
bindkey '^ ' autosuggest-accept
|
||||||
bindkey "^[[H" beginning-of-line
|
bindkey "^[[H" beginning-of-line
|
||||||
bindkey "^[[F" end-of-line
|
bindkey "^[[F" end-of-line
|
||||||
|
bindkey "^[[1;5C" forward-word
|
||||||
|
bindkey "^[[1;5D" backward-word
|
||||||
bindkey "^[[3~" delete-char
|
bindkey "^[[3~" delete-char
|
||||||
|
|
||||||
# Some basic env setup
|
# Some basic env setup
|
||||||
|
Reference in New Issue
Block a user