Skip to content

Instantly share code, notes, and snippets.

@thedanheller
Created June 24, 2020 13:20
Show Gist options
  • Save thedanheller/4745eebc53a8e9f6ee0eb5b6078b0926 to your computer and use it in GitHub Desktop.
Save thedanheller/4745eebc53a8e9f6ee0eb5b6078b0926 to your computer and use it in GitHub Desktop.
Shell terminal inside Sublime Text 3
  • Install Terminus from the Package Control
  • Add these items to the User Key Bindings:
// TERMINAL
  {"keys": ["alt+`"], "command": "toggle_terminus_panel"},
  {"keys": ["super+t"], "command": "terminus_open" },
  • How to use:

⌥+` Toggles the bottom terminal, for persistent stuff, like yarn start

⌘+t Simple tab for quick things, like git commit

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