1
0

Allow CTRL+Arrow move

This commit is contained in:
2026-02-10 23:02:02 +01:00
parent 095669a267
commit a08b4b9f64

4
.zshrc
View File

@@ -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=$?