From 954e92aae00b3cd855b1ed841b313ae0ab3fb305 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 27 Jan 2015 22:18:52 +0000 Subject: [PATCH] vim: search vim help --- vim/ftplugin/vim.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/vim.vim diff --git a/vim/ftplugin/vim.vim b/vim/ftplugin/vim.vim new file mode 100644 index 0000000..88ab686 --- /dev/null +++ b/vim/ftplugin/vim.vim @@ -0,0 +1,2 @@ +nnoremap K yiw:h " +vnoremap K y:h " -- 2.48.1