Speed up Navigagtion by Lines in Vim/Evil-mode
tldr: Assume you want to quickly jump down 30 lines. You could reach to press ‘3’ then ‘0’ followed by ‘j’ <30j>. However, I prefer to hit ‘3’, ‘3’ then ‘j’ followed immediately by ‘3’ and ‘k’ <33j3k>. It’s 2 more keystrokes, but I can make them faster than I can reach up for ‘3’ then ‘0’ and get back to home row.