Skip to content

Instantly share code, notes, and snippets.

@coltenkrauter
Created February 28, 2020 17:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coltenkrauter/d69a353a4a564a460b58cdc4f77080d6 to your computer and use it in GitHub Desktop.
Save coltenkrauter/d69a353a4a564a460b58cdc4f77080d6 to your computer and use it in GitHub Desktop.
Sublime Terminus key bindings
[
{
"keys": ["ctrl+t"], "command": "toggle_terminus_panel",
"args": {
"config_name": "Default",
"panel_name": "output",
}
},
{
"keys": ["ctrl+w"], "command": "terminus_close", "context": [{ "key": "terminus_view"}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment