Added ctrl-p for denite file search and ctrl-b for buffer switch

This commit is contained in:
oli
2019-01-31 10:41:06 +01:00
parent ca4498da81
commit 1aa0e2e7b3

View File

@@ -250,3 +250,6 @@ endfunction
" ===================Denite==========================
call denite#custom#map('insert', '<Down>', '<denite:move_to_next_line>', 'noremap')
call denite#custom#map('insert', '<Up>', '<denite:move_to_previous_line>', 'noremap')
nnoremap <C-P> :Denite -default-action=tabopen file/rec<CR>
nnoremap <C-B> :Denite buffer<CR>