Penguin

Differences between version 8 and predecessor to the previous major change of VimHowto.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Friday, June 4, 2004 11:53:51 am by SamJansen Revert
Older page: version 7 Last edited on Monday, September 1, 2003 1:24:44 am by AristotlePagaltzis Revert
@@ -20,8 +20,10 @@
  :e[[dit] <file> Edit/load a new file. 
  :help <topic> Open up a help window displaying topic. 
  
 The above commands are usually just abbreviated ':w' and such, there isn't really any point in typing ':write'. 
+  
+When navigating the help, use Ctrl-] to follow a hyperlink and Ctrl-T to go back.  
  
 The commands can also be forced by appending a '!'. So ':q!' will force-quit, leaving Vim and ignoring the possibility of changes in the current file. Some can also be combined; a common combination is ':wq', quiting and saving the file at the same time. 
  
 ----