Advertisement
gpulover

Sublime text keyboard mapping: switch between tabs

Jun 4th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Switch between tabs using a Mac Keyboard on Linux
  2. [
  3. { "keys": ["shift+alt+]"], "command": "next_view" },
  4. { "keys": ["shift+alt+["], "command": "prev_view" },
  5. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement