From 2feda9afa30a5f37a0a374c8d7af2eac8826ef38 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 6 Oct 2020 19:32:54 +0200 Subject: [PATCH] Enabled vi mode in zsh --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index 26fb5f2..390cf3a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -77,6 +77,7 @@ plugins=( gitfast git-flow tmux + vi-mode ) [ -d ~/.zfunc ] && fpath+=~/.zfunc