Allow CTRL+Arrow move
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -18,6 +18,10 @@ export skip_global_compinit=1
|
|||||||
# Autocomplete
|
# Autocomplete
|
||||||
source $ZDOTDIR/modules/completion.zsh
|
source $ZDOTDIR/modules/completion.zsh
|
||||||
|
|
||||||
|
# Allow CTRL+Arrow move
|
||||||
|
bindkey "^[[1;5C" forward-word
|
||||||
|
bindkey "^[[1;5D" backward-word
|
||||||
|
|
||||||
# Prompt
|
# Prompt
|
||||||
prompt_builder() {
|
prompt_builder() {
|
||||||
local EXITCODE=$?
|
local EXITCODE=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user