toppair / reach.nvim

Buffer, mark, tabpage, colorscheme switcher for Neovim
MIT License
239 stars 7 forks source link

Escape deletion mode on <Esc> #19

Closed ShinyZero0 closed 1 year ago

ShinyZero0 commented 1 year ago

Now the switcher is closed on <Esc>, but that'd be nice if we could switch modes like <Space> for Delete mode and then <Esc> for Normal mode to switch buffer after some cleanup.

ShinyZero0 commented 1 year ago

I was exploring the sources and found out that i can return back no normal mode with the key i entered the delete mode, which makes sense. I'll get used to that instead of escape (it's easy to change though)