Sublime Forum

ST3: jump to last cursor position

#1

Hi,

I find it painful to reopen a file and see the cursor at line 1. I wish my cursor jumped to where I left it when I closed the file. Is there a way to do this in ST3?

Thanks,
Alex

0 Likes

#2

github.com/SublimeText/BufferScroll/tree/st3

0 Likes

#3

Sweet! These are the steps I followed to get it working:

$ cd ~/.config/sublime-text-3/Packages/ $ git clone https://github.com/SublimeText/BufferScroll.git $ cd BufferScroll/ $ git checkout st3

Thanks!

0 Likes