From 458cb519f50ed9c23024d613bf46864f225c85d4 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 1 Jan 2019 13:15:11 +0100 Subject: [PATCH] Use Up/down for denite --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 6269e45..96ff156 100644 --- a/init.vim +++ b/init.vim @@ -246,3 +246,6 @@ function! s:show_documentation() call CocAction('doHover') endif endfunction +" ===================Denite========================== +call denite#custom#map('insert', '', '', 'noremap') +call denite#custom#map('insert', '', '', 'noremap')