Use Up/down for denite
This commit is contained in:
parent
6c20c6589d
commit
458cb519f5
3
init.vim
3
init.vim
@ -246,3 +246,6 @@ function! s:show_documentation()
|
||||
call CocAction('doHover')
|
||||
endif
|
||||
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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user