From 0c3678bc03259db2ac96f9b00aa1c250713f9796 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 18 Feb 2021 15:05:37 +0100 Subject: [PATCH] Switch zsh to vim mode --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index a9a3108..1d7a5a5 100644 --- a/zshrc +++ b/zshrc @@ -3,6 +3,8 @@ export HISTFILE=$HOME/.zsh_history export HISTFILESIZE=10000 export HSITSIZE=10000 +bindkey -v + setopt inc_append_history setopt extended_history setopt hist_find_no_dups