For folks who are comfortable with vi, use the following command and override the default line editor (emacs) in bash:
$ set -o vi
Now start using vi commands to edit bash commands. It supports both insert and escape modes, just like the vi text editor.
Monday, February 6, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment