zsh keybindings
changed C-f and C-b to forward and backward char. Alt-f and Alt-b is now the old binding (forward and backward word)
This commit is contained in:
parent
a26e94308e
commit
87865369ff
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ SAVEHIST=10000
|
|||
zstyle ':prompt:pure:user:root' color red
|
||||
zstyle ':prompt:pure:host' color cyan
|
||||
source "$HOME/.slimzsh/slim.zsh"
|
||||
bindkey "^F" forward-char
|
||||
bindkey "^B" backward-char
|
||||
bindkey "\eF" forward-word
|
||||
bindkey "\eB" backward-word
|
||||
source /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||
unsetopt correct
|
||||
alias vi=nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue