Navigate prev-next over cursor position history in Sublime Text!
cd ~/.config/sublime-text-3/Packages/
git clone https://github.com/rohanrhu/CaretPositionNavigation.git CaretPositionNavigation
cd "%HOMEPATH%\AppData\Roaming\Sublime Text 3\Packages"
git clone https://github.com/rohanrhu/CaretPositionNavigation.git CaretPositionNavigation
There're two default shortcuts, you can set under Prefences > Package Settings > CaretPositionNavigation > Keybindings (User)
- Go Prev:
shift+super+left
- Go Next:
shift+super+right
- Go Prev:
shift+super+left
- Go Next:
shift+super+right
- Go Prev:
cmd+shift+left
- Go Next:
cmd+shift+right
There're one menu (ctrl+shift+p) command
- Clear History:
CaretPositionNavigation: Clear History
(Clear history for current tab)
There're two menu entries for navigating prev-next under
- Go Prev:
Goto > Caret Goto Prev
- Go Next:
Goto > Caret Goto Next
There're two settings, you can set under Prefences > Package Settings > CaretPositionNavigation > Settings (User)
- History Length:
history_length: Integer
(Default: 50) - Threshold:
threshold: Integer
(Default: 20)
MIT