Differences between version 13 and predecessor to the previous major change of VimNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 13 | Last edited on Wednesday, June 20, 2007 10:59:44 am | by BenStaz | Revert |
Older page: | version 12 | Last edited on Monday, June 4, 2007 4:39:11 pm | by AristotlePagaltzis | Revert |
@@ -122,8 +122,19 @@
!! 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>[ + i</tt>
+
+Move vim cursor to the matching closing symbol for the opening symbol your cursor is on.
+ <tt>%</tt>
+
+
!!! See also
* [Good vim reference guide | http://www.dc.turkuamk.fi/docs/soft/vim/vim.html]