I've a question for folk that use the vi keys h,j,k,l in everything including their window manager.
What do you then use the arrow keys for ?
I'm only asking as a h,j,k,l user as it seems like a waste.
@justine Ctrl-Left or Ctrl-Right move cursor by words in the shell. #my2cents 😬
cursor movement by words you say. πŸ™ƒ

CC: @[email protected]
@justine yep, like "next word" / "prev word" for commandline editing. Although that probably implies set -o emacs which breaks the whole vi.
In ksh vi mode you can use:

w move cursor to begin of next word
b move cursor to begin of previous word

CC: @[email protected]
@justine yes, indeed. In vi, I would have thought of it. Although I can’t edit a file in anything but vi, I must admit I could never stand this mode in the shell 😬
I love vi mode in my shell.

CC: @[email protected]
@[email protected] as much as i hate macs, i once tried some program that implemented vi mode in most text fields on mac; i only played with a demo and never paid for the full version (i don't own macs, tried on a company's) but i loved the hell out of it :-/ i've been hoping someone would do that on linux and or *bsd :-|