Add vim-style keybindings

master
Hektor Misplon 2020-05-07 01:39:04 +00:00
parent df9f2ac36e
commit 89fc15a0fb
1 changed files with 4 additions and 0 deletions

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