smart-tab.nvim icon indicating copy to clipboard operation
smart-tab.nvim copied to clipboard

Feature Request - Reverse Jump Direction

Open weilbith opened this issue 1 year ago • 0 comments

Hey 👋🏾

Very nice and minimal plugin. One of the daily heroes that remain unknown. Recently I find myself more and more often feeling the need to use this functionality in reverse direction. What do you think about such an addition? 🙂

Example: Disassembling objects, for example in TypeScript. To get better completion support, I first write this:

const {  } = myObjectVariable

Now I want to jump back between the curly braces, because now it is much easier to access the properties of the object with LSP support. Currently this requires me to leave insert mode, navigate around as usual and type again. Could be much easier with smart-tab.nvim I would imagine.

weilbith avatar Feb 27 '24 08:02 weilbith