Vi Navigation for Unix Shell

Do You Like to Perform Vi Style Editing in BASH Command Line ?

by Ramesh Natarajan on October 16, 2009

Question: I like Vi style of editing and I’m very comfortable with Vi commands. How do i use Vi style line editing in Unix command line?

Answer: Execute set -o vi at your Unix shell to enable Vi style editing.

(more…)

{ 0 comments }