From 1aa0e2e7b3c26c291f4c880159c9952c752a8882 Mon Sep 17 00:00:00 2001 From: oli Date: Thu, 31 Jan 2019 10:41:06 +0100 Subject: [PATCH] Added ctrl-p for denite file search and ctrl-b for buffer switch --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index fb2a076..2a8b1aa 100644 --- a/init.vim +++ b/init.vim @@ -250,3 +250,6 @@ endfunction " ===================Denite========================== call denite#custom#map('insert', '', '', 'noremap') call denite#custom#map('insert', '', '', 'noremap') + +nnoremap :Denite -default-action=tabopen file/rec +nnoremap :Denite buffer