6
In Sublime Text, I’ve already happened to be editing a line of code and have to check a code right above to see what I’m going to implement. Turns out, when I do this, I miss a shortcut so I get back to the line I was editing earlier.
Example:
- I’m editing line 175 of the file
- I focused on line 22 so I could see a function declared there.
- I want to go back to line 175 again, which I was editing.
Has two details:
You could use CTRL+G, but I would always have to record the line I was before.
I currently use CTRL+Z. When he focuses on the line, I give CTRL+Y. This is too ugly.
Is there a shortcut that focuses on the last line I edited in Sublime Text 3?
sublime has Bookmark plugin, serves exactly for this
– Neuber Oliveira
Have you tried
alt
+-
?– hkotsubo
@hkotsubo seems to work ;)
– Wallace Maxters