Hacker News new | ask | show | jobs
by tropicalmug 4571 days ago
Open your user key-bindings (in OSX this is Sublime Text -> Preferences -> Key Bindings - User), and put

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

Thanks. I've been living with not having this for a LONG time. Just never had time to deal with it.
Thank you so much for this...

you have just made my day