Aug 8, 2003 #1 Ambatim Programmer Joined Feb 28, 2002 Messages 110 Location IN I am opening file2 using :e while editing file1 using vi. How can I switch between file1 and file 2 with out coming out of vi. Thanks in advance Mallik
I am opening file2 using :e while editing file1 using vi. How can I switch between file1 and file 2 with out coming out of vi. Thanks in advance Mallik
Aug 8, 2003 #2 bi Technical User Joined Apr 13, 2001 Messages 1,552 Location US Shift+Ctrl+~ Upvote 0 Downvote
Aug 8, 2003 Thread starter #3 Ambatim Programmer Joined Feb 28, 2002 Messages 110 Location IN That is not working bi.. Thanks in advance Mallik Upvote 0 Downvote
Aug 8, 2003 #4 bi Technical User Joined Apr 13, 2001 Messages 1,552 Location US funny. It works for me. vi first.txt :e second.txt Ctrl key + Shift key + ~ (tilde) Upvote 0 Downvote
Aug 10, 2003 #5 mattech MIS Joined Oct 22, 2002 Messages 1 Location US Ambatim, Try using :e# TQ. Upvote 0 Downvote
Aug 11, 2003 #6 Ygor Programmer Joined Feb 21, 2003 Messages 623 Location GB Ctrl + ^ (caret) Which, depending on your keyboard layout, may be either:- Ctrl + Shift + 6 or Ctrl + Shift + ~ Upvote 0 Downvote
Ctrl + ^ (caret) Which, depending on your keyboard layout, may be either:- Ctrl + Shift + 6 or Ctrl + Shift + ~
Aug 11, 2003 Thread starter #7 Ambatim Programmer Joined Feb 28, 2002 Messages 110 Location IN Thank you mattech and Ygor. :e# and Ctrl+^ are working Thanks in advance Mallik Upvote 0 Downvote