zsh: Cambiar forward/backward-word a como es en readline
This commit is contained in:
parent
aebffad5ff
commit
1215ea786a
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -9,8 +9,8 @@ setopt interactive_comments
|
||||||
|
|
||||||
setopt autocd extendedglob notify
|
setopt autocd extendedglob notify
|
||||||
bindkey -e
|
bindkey -e
|
||||||
bindkey "^[[1;5C" forward-word
|
bindkey "^[f" forward-word
|
||||||
bindkey "^[[1;5D" backward-word
|
bindkey "^[b" backward-word
|
||||||
|
|
||||||
zstyle ':completion:*' list-dirs-first yes
|
zstyle ':completion:*' list-dirs-first yes
|
||||||
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
||||||
|
|
Loading…
Reference in a new issue