39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
[
|
|
{
|
|
"caption": "Terminal View: Open Bash Terminal",
|
|
"command": "terminal_view_open",
|
|
"args" : {"title": "Terminal", "cmd": "/bin/fish -l"},
|
|
},
|
|
// Example of a new command that can be added to the pallete
|
|
// {
|
|
// "caption": "Terminal View: Open IPython Terminal",
|
|
// "command": "terminal_view_open",
|
|
// "args" : {"title": "Terminal (IPython)", "cmd": "/bin/bash -l -c /usr/bin/ipython"},
|
|
// },
|
|
{
|
|
"caption": "Preferences: Terminal View: Settings",
|
|
"command": "edit_settings",
|
|
"args": {"base_file": "${packages}/TerminalView/TerminalView.sublime-settings", "default": "{}"},
|
|
},
|
|
{
|
|
"caption": "Preferences: Terminal View: Color Scheme",
|
|
"command": "edit_settings",
|
|
"args": {"base_file": "${packages}/TerminalView/TerminalView.hidden-tmTheme"},
|
|
},
|
|
{
|
|
"caption": "Preferences: Terminal View: Readme",
|
|
"command": "open_file",
|
|
"args": {"file": "${packages}/TerminalView/README.md"},
|
|
},
|
|
{
|
|
"caption": "Preferences: Terminal View: Keybindings",
|
|
"command": "edit_settings",
|
|
"args": {"base_file": "${packages}/TerminalView/Default.sublime-keymap", "default": "[]"},
|
|
},
|
|
{
|
|
"caption": "Preferences: Terminal View: Palette Commands",
|
|
"command": "edit_settings",
|
|
"args": {"base_file": "${packages}/TerminalView/TerminalView.sublime-commands", "default": "[]"},
|
|
},
|
|
]
|