smart-tab.nvim
smart-tab.nvim copied to clipboard
Feature Request - Reverse Jump Direction
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.