home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / editors / 3065 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  996 b 

  1. Path: sparky!uunet!pipex!doc.ic.ac.uk!uknet!axion!muppet!nemesis!mugwump!carlj
  2. From: carlj@muppet.bt.co.uk (Carl)
  3. Newsgroups: comp.editors
  4. Subject: Re: multiple file editing in VI
  5. Message-ID: <1gpiklINNj6t@nemesis.muppet.bt.co.uk>
  6. Date: 17 Dec 92 09:52:21 GMT
  7. References: <1992Dec13.031358.28041@netcom.com>
  8. Reply-To: carlj@muppet.bt.co.uk
  9. Organization: British Telecom
  10. Lines: 14
  11. NNTP-Posting-Host: mugwump.muppet.bt.co.uk
  12.  
  13. In article 28041@netcom.com, alm@netcom.com (Andrew Moore) writes:
  14. +I belive you can toggle back and forth between two files with the ex
  15. +command 
  16. +:e# 
  17. +And if you are editting C language files, I presume you know about
  18. +ctags?  For example, after creating a tags file, use CTL-] (i.e., press
  19. +the ] key while holding down the CTL key) to jump to the file defining
  20. +the function under the cursor. To return, use CTL-^.  
  21.  
  22. Well you could use ctl-^ but this would only take you up one level a far
  23. more chocolaty command is ctl-t which is the equivalent of :pop.
  24.  
  25. Cheers,
  26. C
  27.