Add vim normal mode filetype mapping K opens help

This commit is contained in:
Kenneth Benzie 2016-06-16 22:32:59 +01:00
parent 77735726d9
commit 46aa25f6be

View File

@ -1 +1,3 @@
setlocal foldmethod=marker
" Mapping for Vim help of the word under cursor.
nmap K :help <C-r><C-w><CR>