m4xshen / autoclose.nvim

A minimalist Neovim plugin that auto pairs & closes brackets
MIT License
521 stars 15 forks source link

Add an ability to jump "outside" on hotkey #48

Closed savchenko closed 9 months ago

savchenko commented 10 months ago

Picture this:

foo = bar(baz['blah'](b*leh{'one'{'two', 'three'}}))
                       ^
                     cursor

Now imagine you can move cursor to each closing character via, for example, Shift+Enter. Sounds cool?

m4xshen commented 9 months ago

This can be done with tabout.nvim!