Created
June 24, 2020 13:20
-
-
Save thedanheller/4745eebc53a8e9f6ee0eb5b6078b0926 to your computer and use it in GitHub Desktop.
Revisions
-
thedanheller created this gist
Jun 24, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`