thestoicattack·2 lata temu·discuss> 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 fromlibreadline supports a basic vi mode. In bash, `set -o vi` lets you use vim-style editing. It is a lifesaver.
thestoicattack·2 lata temu·discussgit blame does include --ignore-rev and --ignore-revs-file, so maybe if people updated such a file when making small edits, it would make your life easier.
thestoicattack·16 lat temu·discussAll my computers are named after Star Wars planets. The recently acquired MacBook Air is "naboo".
> 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.