6 ms·
Can you use relativenumber with this, which is required for efficient vim use?
by Stal3r 13y ago
Can you use relativenumber with this, which is required for efficient vim use?
- pyre 13y agoWhile I agree that it makes things easier, it's not required for efficient vim use. Case in point, it's a relatively new addition to Vim.
- chrismorgan 13y agoI tried 'relativenumber' for a few days. I threw it away as too annoying. Considering the topic here I find it especially amusing that 'rnu' should come up—this is all about focus, and it was the distraction that it was that I hated about 'rnu'. If you were looking at relative line numbers and typing 8j, you can just as well look at line numbers and type 372gg when you have 'nu' set.
- dasil003 13y agoThe key to rnu is having a toggle bound. Once I had that it never annoyed because 90% of the time I want an absolute number I just jump to it. For the rest of the times I just toggle.
- chrismorgan 13y agoI tried that too. Far too annoying, when you could just use 372gg.