From 731d07af7e170ef59794c40ac6f75520574e4e45 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 9 Dec 2020 13:07:35 +0100 Subject: [PATCH] I don't need vimode, actually. --- zsh/zshrc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index d2d530f..ac19079 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,14 +1,4 @@ -bindkey -v -bindkey '^?' backward-delete-char -bindkey "^A" vi-beginning-of-line -bindkey "^E" vi-end-of-line -bindkey "^P" up-line-or-history -bindkey "^N" down-line-or-history -bindkey "^K" forward-char -bindkey "^U" kill-whole-line -bindkey -r "^[OA" up-line-or-history -bindkey -r "^[[A" up-line-or-history -#bindkey -M vicmd '^[' vi-add-eol +bindkey -e autoload -U promptinit && promptinit autoload -U compinit && compinit -d $XDG_DATA_HOME/zsh/zcompdump