I Can’t Believe I Didn’t Know Ctrl + o in Vim
Aug. 2, 2025
Working in vim, when I add a new class or function and I need to import it while in the middle of a file, I’d instinctively hit gg to jump to the top of the file, add the import, then think - Wait, how do I get back to where I was again?