Created
February 1, 2013 16:13
-
-
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!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["ctrl+t"], "command": "exec", "args": { "cmd": ["C:\\newtab.bat"]} } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\User\AppData\Local\Google\Chrome\Application\chrome.exe chrome://newtab www.google.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?