From: Samir Benmendil Date: Mon, 12 Oct 2015 23:54:06 +0000 (+0100) Subject: vim: use keywordprg X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0d093a5e68104738cbd453919fc5b469cbbb65d6?ds=inline vim: use keywordprg --- diff --git a/vim/ftplugin/vim.vim b/vim/ftplugin/vim.vim index 88ab686..24dd22c 100644 --- a/vim/ftplugin/vim.vim +++ b/vim/ftplugin/vim.vim @@ -1,2 +1 @@ -nnoremap K yiw:h " -vnoremap K y:h " +setlocal keywordprg=:help