thestoicattack·2 年前·議論> 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·16 年前·議論All 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.