heavim/ftplugin/vim.vim

4 lines
145 B
VimL
Raw Permalink Normal View History

nnoremap <silent><buffer> <LocalLeader>r :execute getline('.')<cr>
2015-03-13 11:06:05 +01:00
nnoremap <silent><buffer> <Leader>hv
\ :execute 'help' expand('<cword>')<cr>