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:
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
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue