Skip to content

Instantly share code, notes, and snippets.

@hrsh7th
Created January 8, 2021 13:12
Show Gist options
  • Save hrsh7th/e912e014ee669b0335126ef05f0408b8 to your computer and use it in GitHub Desktop.
Save hrsh7th/e912e014ee669b0335126ef05f0408b8 to your computer and use it in GitHub Desktop.
denite close
autocmd! vimrc FileType denite-filter call s:setup_denite_filter()
function! s:setup_denite_filter()
imap <silent><nowait><buffer> <Esc> <Plug>(denite_filter_quit)
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment