Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created February 1, 2013 16:13
Show Gist options
  • Save gavinblair/4692254 to your computer and use it in GitHub Desktop.
Save gavinblair/4692254 to your computer and use it in GitHub Desktop.
ctrl+t in sublime text opens a new tab in Chrome (rather than switching the characters on either side of your cursor!)
[
{ "keys": ["ctrl+t"], "command": "exec", "args": { "cmd": ["C:\\newtab.bat"]} }
]
C:\Users\User\AppData\Local\Google\Chrome\Application\chrome.exe chrome://newtab www.google.com
@SeanJA
Copy link

SeanJA commented Feb 1, 2013

I guess that could be useful... not overly portable though.

I don't understand what ctrl+t does currently? It seems to move stuff around randomly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment