How to Jump to Previous and Last Cursor in Sublime Text 3?
Achieve swift cursor navigation in Sublime Text 3 by employing Ctrl+U for shifting to previous position and Ctrl+Shift+U for backtracking to last position. Meet your new best friends, the rapid-navigation hotkeys.
Ctrl+U // Fly back, Marty! (previous position)
Ctrl+Shift+U // Forward to the future! (last position)
Delving deeper: Jumping around made easy
Sure, the fast answer gets you started with a smooth cursory cruise in Sublime Text 3, but computing won't stop there. Let's delve into the cat-bag of navigation goodies, including shortcuts
, feature updates
, and plugins
.
Stepping back and leaping forward
To optimize your code journey in Sublime Text 3:
- Access the all-knowing GoTo menu or wield the Key Bindings like Thor's hammer:
- GoTo -> Jump Back | Alt+Minus to leapfrog to your previous editing points.
- GoTo -> Jump Forward | Alt+Shift+Minus to pole vault back to the latest cursor spot.
Amping up your navigational prowess
Beyond the signpost shortcuts, here are some tailor-fit tools to enhance your journey:
- NavigationHistory plugin: Initially crafted for Sublime Text 2, this helper brings an even more precise control to your navigational command center.
- Don't hesitate to explore other plugins if the in-house jumping features don't cover your bases.
Keep your gears oiled
- Regular updates: Your Sublime Text 3 skills stay at their peak with the latest features, so keep those updates rolling in.
Mastering cursor navigation
Transcend the defaults and embrace a plethora of customizable features to enhance your workflow in Sublime Text 3.
Customize your controls
Boxing without custom gloves? No way! Personalize your key bindings under Preferences -> Key Bindings
to define your unique style.
Surfing symbols
Sublime Text 3 harbors Goto Definition (F12) and Goto Reference (Shift+F12) to probe symbolic definitions. Post-inspection, conveniently jump back using Ctrl+U.
Bugs in your cake?
Encountering glitchy jumps? Try these tips:
- Check for key binding conflicts.
- Hunt for plugin interferences messing up your workflow
- In dire situations, either reset to defaults or reinstall Sublime Text 3.
Seek and you shall find
When in doubt, turn to the community forums or peek into the official blogs to overcome any hiccups in cursor shuffling.
Was this article helpful?