From 7175943f46d5513dd97295e532042a4abd2eda3b Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 8 May 2020 00:20:56 +0000 Subject: [PATCH] Add default editor --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index eddf9c8..03df1e7 100644 --- a/.bashrc +++ b/.bashrc @@ -28,5 +28,6 @@ export HISTCONTROL=ignoreboth source /usr/share/fzf/*.bash # vim-style keybindings +export EDITOR='vim' set -o vi bind '"jj":"\e"'