Skip to content

Instantly share code, notes, and snippets.

View ryanberckmans's full-sized avatar

Ryan Berckmans ryanberckmans

View GitHub Profile
@ryanberckmans
ryanberckmans / Installation
Last active May 24, 2021 05:25
Sublime Text 3, ST3, cycle group tabs, switch tabs in same group, ctrl-tab in same layout
0. Install Package Control https://packagecontrol.io/installation
1. Install https://github.com/SublimeText/AAAPackageDev
2. Open command palette (apple-shift-P on OSX), and search for 'Plugin' -> AAAPackageDev: New Plugin
3. paste contents of prev_next_view_in_group.py and save as prev_next_view_in_group.py.
AAAPackageDev will automatically select the correct folder
(which is approximately ~/.../Sublime Text 3/Pacakges/User/)
4. add key bindings to User Key Bindings
ctrl+tab and ctrl+shift+tab will now cycle through your open tabs,
in order as expected, and won't leave the current layout group.