Tip #36: Using Gnu-info help in vim
tip karma |
Rating 2/4, Viewed by 906
|
created: |
|
March 7, 2001 6:41 |
|
complexity: |
|
basic |
author: |
|
[email protected] |
|
as of Vim: |
|
5.7 |
K in normal bring you the man page about the keyword under current cursor.
:nnoremap <F1> :exe ":!info ".expand("<cword>")
Now press F1 while the cursor is hold by a keyword such as printf will bring you to Gnu-info help page
:h <F1>
:h nnoremap
<<For programmer: translate // style comment to /* */and vice vesa |
The basic operation about vim-boolean optionals >>
Additional Notes
|