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