Skip to content

Instantly share code, notes, and snippets.

View boredabi's full-sized avatar
💭
debugging my life

Abi boredabi

💭
debugging my life
  • somewhere in the milkyway
View GitHub Profile
@OdatNurd
OdatNurd / Default (PLATFORM).sublime-keymap
Created March 4, 2021 23:16
Closing a Terminus view and pane at the same time
[
// If you use the Chain of Command package, use this binding to chain
// the two required commands together.
{ "keys": ["ctrl+shift+h"], "command": "chain",
"args": {
"commands": [
["terminus_close"],
["destroy_pane", {"direction": "self"}]
]
},