Penguin

Differences between version 14 and previous revision of VimNotes.

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

Newer page: version 14 Last edited on Wednesday, June 20, 2007 1:08:37 pm by BenStaz Revert
Older page: version 13 Last edited on Wednesday, June 20, 2007 10:59:44 am by BenStaz Revert
@@ -127,14 +127,16 @@
 Display man page inside vim for the word your cursor is currently over. 
  <tt>Shift + k</tt> 
  
 Display Function Prototype or variable type for the word your cursor is currently over. 
- <tt>[ + i</tt> 
+ <tt>[ then i</tt> 
  
 Move vim cursor to the matching closing symbol for the opening symbol your cursor is on. 
  <tt>%</tt> 
  
+Move vim cursor to a particular line.  
+<tt><line_no>G</tt>  
  
  
 !!! See also 
  
 * [Good vim reference guide | http://www.dc.turkuamk.fi/docs/soft/vim/vim.html]