9 ms·
> the readline keybindings come from Emacs > Because I’m a vim user, It took me a very long time to understand where these keybindings come from libreadline s
by thestoicattack 2y ago
> the readline keybindings come from Emacs
> Because I’m a vim user, It took me a very long time to understand where these keybindings come from
libreadline supports a basic vi mode. In bash, `set -o vi` lets you use vim-style editing. It is a lifesaver.
- nightpool 2y agoAlready addressed in the article