mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
bind ctrl+arrows
This commit is contained in:
parent
48b3642488
commit
1cbb2fa28f
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -74,6 +74,9 @@ if [ -d "$HOME/.zsh-custom" ]; then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
bindkey "^[[1;5C" forward-word
|
||||||
|
bindkey "^[[1;5D" backward-word
|
||||||
|
|
||||||
DISABLE_MAGIC_FUNCTIONS=true
|
DISABLE_MAGIC_FUNCTIONS=true
|
||||||
source $OTHER/func.zsh
|
source $OTHER/func.zsh
|
||||||
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue