Skip to content

Instantly share code, notes, and snippets.

@abadfish
Forked from Shmuwol/toolbar.cson
Created March 4, 2016 01:24
Show Gist options
  • Save abadfish/6d156aac0cecdb9db5cf to your computer and use it in GitHub Desktop.
Save abadfish/6d156aac0cecdb9db5cf to your computer and use it in GitHub Desktop.
[
{
type: "button"
icon: "octoface"
tooltip: "Open in Github"
callback: "open-on-github:file"
}
{
type: "button"
icon: "document"
callback: "application:new-file"
tooltip: "New File"
iconset: "ion"
}
{
type: "spacer"
}
{
type: "button"
icon: 'columns'
iconset: 'fa'
tooltip: 'Split screen - Horizontally'
callback: 'pane:split-right'
}
{
type: "button"
icon: 'columns fa-rotate-270'
iconset: 'fa'
tooltip: 'Split screen - Vertically'
callback: 'pane:split-down'
}
{
type: "spacer"
}
{
type: "button"
icon: "circuit-board"
callback: "git-diff:toggle-diff-list"
}
{
type: "button"
icon: 'code-fork'
iconset: 'fa'
tooltip: 'Merge Conflicts'
callback: 'merge-conflicts:detect'
}
{
type: "button"
icon: "markdown"
callback: "markdown-preview:toggle"
disable: "!markdown"
}
{
type: "button"
icon: 'sitemap'
callback: 'tree-view:toggle'
tooltip: 'Toggle Sidebar'
iconset: 'fa'
}
{
type: "button"
icon: 'map'
callback: 'minimap:toggle'
tooltip: 'Toggle Minimap'
iconset: 'ion'
}
{
type: "button"
icon: 'refresh'
callback: 'window:reload'
tooltip: 'Reload Window'
iconset: 'ion'
}
{
type: "button"
icon: 'terminal'
callback: 'term3:open-split-down'
tooltip: 'Term3 Split Down'
}
{
type: "button"
icon: 'bug'
callback: 'window:toggle-dev-tools'
tooltip: 'Toggle Developer Tools'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment