toppair / reach.nvim

Buffer, mark, tabpage, colorscheme switcher for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escape deletion mode on <Esc>

ShinyZero0 opened this issue · comments

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.

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)