girishji / devdocs.vim

Lookup API documentation from devdocs.io without leaving Vim.
MIT License
41 stars 3 forks source link

add filter key <C-c> to close popup like <Esc> #3

Closed Song-Tianxiang closed 7 months ago

Song-Tianxiang commented 7 months ago

vim's native way to close popup is <C-c>, but our popup have two parts. Now <C-c> gives me:

Screenshot 2024-03-09 at 19 05 51

Please add filter key <C-c> to close both two popup like <Esc> key

girishji commented 7 months ago

Absolutely. I fixed it now. please try.