Added ctrl-p for denite file search and ctrl-b for buffer switch
This commit is contained in:
3
init.vim
3
init.vim
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user