Penguin

Differences between version 10 and revision by previous author of VimHowto.

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

Newer page: version 10 Last edited on Wednesday, May 4, 2005 3:14:30 pm by DaveKurtz Revert
Older page: version 9 Last edited on Friday, June 11, 2004 10:58:07 am by DanielLawson Revert
@@ -22,8 +22,12 @@
  
 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. 
+%%%  
+Hyperlinks are denoted by the surrounding 'bars' e.g. |bars|  
+%%%  
+If the mouse is enabled (via ":set mouse=a") you may also double-click the left mouse button on a tag between |bars|.  
  
 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. 
  
 ----