Add vim-style keybindings

This commit is contained in:
Hektor Misplon
2020-05-07 01:39:04 +00:00
parent 52f2703850
commit 03ade79c9e

View File

@@ -26,3 +26,7 @@ export HISTCONTROL=ignoreboth
# source fuzzy finder
source /usr/share/fzf/*.bash
# vim-style keybindings
set -o vi
bind '"jj":"\e"'