From 584693a82ebfc3c2b333838a5d53621864bc8715 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 2 Jul 2020 00:19:09 +0200 Subject: [PATCH] zshrc: disable vim key bindings --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index 2ab2274..b791684 100644 --- a/zshrc +++ b/zshrc @@ -102,7 +102,6 @@ source $ZSH/oh-my-zsh.sh HISTFILE=~/.zsh-history HISTSIZE=10000 SAVEHIST=10000 -bindkey -v # set PATHs (highest priority last) export PATH=$HOME/local/bin:$PATH