From 46aa25f6be1f9e4f1a737dfaf87509d38e27ad27 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 16 Jun 2016 22:32:59 +0100 Subject: [PATCH] Add vim normal mode filetype mapping K opens help --- after/ftplugin/vim.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/after/ftplugin/vim.vim b/after/ftplugin/vim.vim index b18cb38..15b8592 100644 --- a/after/ftplugin/vim.vim +++ b/after/ftplugin/vim.vim @@ -1 +1,3 @@ setlocal foldmethod=marker +" Mapping for Vim help of the word under cursor. +nmap K :help