Penguin

Differences between version 15 and revision by previous author of VimNotes.

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

Newer page: version 15 Last edited on Monday, October 22, 2007 6:33:07 pm by BenStaz Revert
Older page: version 12 Last edited on Monday, June 4, 2007 4:39:11 pm by AristotlePagaltzis Revert
@@ -122,8 +122,23 @@
 !! Miscellaneous 
  
 Display invisible characters such as Tab and the end-of-line character : 
  <tt>:set list</tt> 
+  
+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>[ 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>  
+  
+Automatically create folds in a sensible way according to file type.  
+:set foldmethod=syntax  
  
 !!! See also 
  
 * [Good vim reference guide | http://www.dc.turkuamk.fi/docs/soft/vim/vim.html]