Skip to content

Commit f858a50

Browse files
committed
fix(plugins): Update denite ESC to match fzf
1 parent f0f2b70 commit f858a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin.denite.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function! s:denite_filter_settings() abort
3333
inoremap <silent><buffer> <C-p> <Esc><C-w>p:call cursor(line('.')-1,0)<CR><C-w>pA
3434
inoremap <silent><buffer><expr> <tab> denite#do_map('choose_action')
3535
inoremap <silent><buffer><expr> <C-g> denite#do_map('quit')
36+
inoremap <silent><buffer><expr> <Esc> denite#do_map('quit')
3637
endfunction
3738

3839
let s:denite_options = {

0 commit comments

Comments
 (0)