Add vim-style keybindings

This commit is contained in:
Hektor Misplon
2020-05-07 01:39:04 +00:00
parent df9f2ac36e
commit 89fc15a0fb

View File

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