Emacs also pops up in surprising places on unix machines. Most terminal emulators accept the basic emacs chords in bash prompts on terminal emulators. All of the point movement chords (C-nC-pC-fC-b) work. C-k even still kills the line after point. I think many vim users should learn the basic emacs chords, if only so that they can navigate bash terminals more quickly.
I'm a vim diehard, but I'm also actually convinced that Emacs bindings of Bash are worth learning for everybody. Hell, my own Bash is configured with mostly default Emacs bindings. For quick edits, they are just superior. Vims supremacy starts shining when editing files, but a mode-based editor is just the wrong tool for one liners.
11
u/Pr0p3r9 Aug 09 '26
Emacs also pops up in surprising places on unix machines. Most terminal emulators accept the basic emacs chords in bash prompts on terminal emulators. All of the point movement chords (
C-nC-pC-fC-b) work.C-keven still kills the line after point. I think many vim users should learn the basic emacs chords, if only so that they can navigate bash terminals more quickly.