Make K mapping no remap for vim script

This commit is contained in:
Kenneth Benzie 2016-07-17 23:30:24 +01:00
parent e2e5055da7
commit 11c8db4eeb

View File

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