[zsh] Use vim keybindings
This commit is contained in:
parent
42b37ff4cd
commit
389b94c812
|
@ -1,8 +1,8 @@
|
|||
# Skip all this for non-interactive shells
|
||||
#[[ -z "$PS1" ]] && return
|
||||
|
||||
# Use Emacs keybindings
|
||||
bindkey -e
|
||||
# Use Vim keybindings
|
||||
bindkey -v
|
||||
|
||||
# Keybindings converted from readline
|
||||
bindkey "\e[1~" beginning-of-line
|
||||
|
|
Loading…
Reference in a new issue