Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VI Commands on Shell Prompt 1

Status
Not open for further replies.

bitwise

Programmer
Mar 15, 2001
269
0
0
US
How can I use VI commands on my BASH command prompt in Linux?

Thanks,
-bitwise
 
Use the following command:

# set -o vi

Or, if you want this to always be set, make sure you put this command in an initialization file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top