Hacker News new | ask | show | jobs
by mafuyu 3943 days ago
In vim, j and k will only move the cursor between lines that exist, and the screen will follow the cursor. You can scroll the screen past the end of the file using ctrl+e and ctrl+y, but it's annoying.