Skip to content

Instantly share code, notes, and snippets.

@thedanheller
Created June 24, 2020 13:20
Show Gist options
  • Select an option

  • Save thedanheller/4745eebc53a8e9f6ee0eb5b6078b0926 to your computer and use it in GitHub Desktop.

Select an option

Save thedanheller/4745eebc53a8e9f6ee0eb5b6078b0926 to your computer and use it in GitHub Desktop.

Revisions

  1. thedanheller created this gist Jun 24, 2020.
    16 changes: 16 additions & 0 deletions sublime-shell-terminal.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    * 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`