Home / Misc /

Sublime Tab Cycle Fix

Insert this into your keymap (Key Bindings)

{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }

this document last modified: January 07 2019 22:20

Home / Misc /