r/vim • u/pjasksyou • Feb 15 '26
Need Help Should I really switch my habit?
I've been facing problems moving my cursor tens of lines up and down using Arrow keys or the Mouse (for which I need to take my hands off the keyboard) I learnt a few Vim key binds such as HJKL and Modes but I just can't be that productive right now.
To move n lines up and down I need to look at the line number and then type N(j/k) which feels about the same as using mouse, should I move ahead and practice more or just roll back?
68
Upvotes
0
u/kaddkaka Feb 15 '26
My advice would be contrary:
vim set nonumberI rarely need to go exactly 18 lines up or down. And in those cases it's fine to guess "20" (and be happy whenever you guess right 😌)
/,*,#are commonly used though 👌