Skip to content

Instantly share code, notes, and snippets.

@toch
Created July 30, 2012 09:07
Show Gist options
  • Save toch/3205754 to your computer and use it in GitHub Desktop.
Save toch/3205754 to your computer and use it in GitHub Desktop.
keybinding to run uxterm from Sublime Text 2 on Linux with Shell Turtlestein package
https://github.com/misfo/Shell-Turtlestein
add the following in your User keybinding setup file: ~/.config/sublime-text-2/Pacakges/User/Default (Linux).sublime-keymap
[
{"keys": ["shift+ctrl+alt+c"], "command": "subprocess_in_cwd", "args": {
"cmd": ["uxterm", "/bin/bash"]
} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment