Is there a command in vim that can bookmark a place (path to the file, line number in that file), so that I can go to that place easily later?
vim
It would be s
I have used this script (number marks). There might be better ones though. Wait for other answers!