Vim help on current word
This commit is contained in:
parent
f072b5507e
commit
13f64ccbe4
2 changed files with 4 additions and 0 deletions
ftplugin
|
@ -1 +1,3 @@
|
|||
nnoremap <silent><buffer> <LocalLeader>r :execute getline('.')<cr>
|
||||
nnoremap <silent><buffer> <Leader>hv
|
||||
\ :execute 'help' expand('<cword>')<cr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue