From 89fc15a0fbad63b65db8bd6757496fde87cd4bda Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 7 May 2020 01:39:04 +0000 Subject: [PATCH] Add vim-style keybindings --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index eed6e28..edf5b29 100644 --- a/.bashrc +++ b/.bashrc @@ -26,3 +26,7 @@ export HISTCONTROL=ignoreboth # source fuzzy finder source /usr/share/fzf/*.bash + +# vim-style keybindings +set -o vi +bind '"jj":"\e"'