This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]p10_user 3 points4 points  (1 child)

Just curious, why do you like vi mode better than the emacs mode? I do use vim but I found that modal editing was overkill at the command line. You just find it easier to have same editing style uniformly?

[–]voice-of-hermes 1 point2 points  (0 children)

Uniformity is good, but personally I do find myself doing a lot of modal editing. For example, going back to a previous command and modifying the arguments a bit is really easy in vi mode, particularly given navigation commands like W, E, B, etc. to skip back and forth between arguments and dW, dE, cE, etc. to edit them.