Differences between version 14 and predecessor to the previous major change of VimNotes.
Other diffs: Previous 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 12 | Last edited on Monday, June 4, 2007 4:39:11 pm | by AristotlePagaltzis | Revert |
@@ -122,8 +122,21 @@
!! 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>
+
!!! See also
* [Good vim reference guide | http://www.dc.turkuamk.fi/docs/soft/vim/vim.html]