From ff415a32cf47d674b9dc61f65049600c3e6a9b8e 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"'