Sync View Scroll is a simple Sublime Text 3 plug-in which allows sync scroll among views.
note: st2 should work, if you find any bug, please open an issue at github.
Using Package Control && search syncviewscroll
OR
Just clone this repo and put it under your sublime-text package folder.
- In one View, goto
View
, check theSync Scroll
checkbox. (OR using command palette with 'syncscroll') - Repeat step 1 on all other view you want to sync view
- Scroll on one of these views, the others sync scrolls.
- You can set
{ "keys": [your_keys_here], "command": "toggle_sync_scroll" }
in user's keymap to trigger sync scroll(thanks to @KaduAmaral)
zzjin tczzjin#gmail.com
@FichteFoll to suggest add command palette support
@pribilinskiy to report windows menu toggle bug
@spywhere to report is_check error in some case views are not inited
@Kl0tl to add support for horizontal scroll and implement the configureable staus bar text, Thanks!
@getify and @CSester to report st2 activate bug
- add context menu support.
- improve sync scroll delay.