8000 GitHub - kaste/TogglePanel: Sublime Text Command to toggle an output panel (e.g. the `build` panel)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaste/TogglePanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

A simple command to toggle a panel. By default it toggles the build panel. Also known as output.exec.

Add something like this to your keybindings:

// Well, that's ctrl+ä on german keyboards
{ "keys": ["ctrl+'"], "command": "toggle_panel",
                      "args": {"panel": "output.exec"}
},

About

Sublime Text Command to toggle an output panel (e.g. the `build` panel)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0