Use Up/down for denite

This commit is contained in:
Oliver Hartmann 2019-01-01 13:15:11 +01:00
parent 6c20c6589d
commit 458cb519f5

View File

@ -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')