1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

bind ctrl+arrows

This commit is contained in:
Luna 2024-04-19 16:19:45 +02:00
parent 48b3642488
commit 1cbb2fa28f

3
.zshrc
View file

@ -74,6 +74,9 @@ if [ -d "$HOME/.zsh-custom" ]; then
done
fi
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
DISABLE_MAGIC_FUNCTIONS=true
source $OTHER/func.zsh
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"