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