Skip to content

Instantly share code, notes, and snippets.

@ejfox
Created July 24, 2017 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejfox/7aa607eb0561900b565adbc34f7cf5a7 to your computer and use it in GitHub Desktop.
Save ejfox/7aa607eb0561900b565adbc34f7cf5a7 to your computer and use it in GitHub Desktop.
[
{
type: "button"
icon: "github-square"
iconset: "fa"
callback: "open-on-github:repository"
tooltip: "Repo's Github Page"
}
{
type: "spacer"
}
{
type: "button"
icon: "document"
callback: "application:new-file"
tooltip: "New File"
iconset: "ion"
mode: "dev"
}
{
type: "button"
icon: "angle-right"
iconset: "fa"
callback: ["pane:split-right"]
}
{
type: "button"
icon: "angle-down"
iconset: "fa"
callback: ["pane:split-down"]
}
{
type: "spacer"
}
{
type: "button"
icon: "terminal"
iconset: "fa"
callback: ["term3:open-split-down", ""]
}
{
type: "button"
icon: "asterisk"
iconset: "fa"
callback: ["editor:toggle-line-comments"]
}
{
type: "button"
icon: "check-circle-o"
iconset: "fa"
callback: ["todo-show:find-in-workspace"]
}
{
type: "spacer"
}
{
type: "button"
icon: "chain-broken"
iconset: "fa"
callback: ["atom-eslint-fix:run"]
}
{
type: "button"
icon: "coffee"
iconset: "fa"
callback: ["js2coffee:convert"]
}
{
type: "button"
icon: "markdown"
callback: "markdown-preview:toggle"
disable: "!markdown"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment