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
source $ZDOTDIR/modules/completion.zsh
# Allow CTRL+Arrow move
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
# Prompt
prompt_builder() {
local EXITCODE=$?