We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f2b70 commit f858a50Copy full SHA for f858a50
plugin.denite.vim
@@ -33,6 +33,7 @@ function! s:denite_filter_settings() abort
33
inoremap <silent><buffer> <C-p> <Esc><C-w>p:call cursor(line('.')-1,0)<CR><C-w>pA
34
inoremap <silent><buffer><expr> <tab> denite#do_map('choose_action')
35
inoremap <silent><buffer><expr> <C-g> denite#do_map('quit')
36
+ inoremap <silent><buffer><expr> <Esc> denite#do_map('quit')
37
endfunction
38
39
let s:denite_options = {
0 commit comments