2017-06-02 16:03:47 -08:00
|
|
|
{
|
|
|
|
|
"window:devtools": "ctrl+shift+i",
|
|
|
|
|
"window:reload": "ctrl+shift+r",
|
|
|
|
|
"window:reloadFull": "ctrl+shift+f5",
|
|
|
|
|
"window:preferences": "ctrl+,",
|
|
|
|
|
"zoom:reset": "ctrl+0",
|
2018-04-24 15:14:05 -08:00
|
|
|
"zoom:in": "ctrl+=",
|
2017-11-22 03:04:38 -09:00
|
|
|
"zoom:out": "ctrl+-",
|
2017-06-02 16:03:47 -08:00
|
|
|
"window:new": "ctrl+shift+n",
|
|
|
|
|
"window:minimize": "ctrl+shift+m",
|
|
|
|
|
"window:zoom": "ctrl+shift+alt+m",
|
|
|
|
|
"window:toggleFullScreen": "f11",
|
2017-09-11 05:09:17 -08:00
|
|
|
"window:close": "ctrl+shift+q",
|
2017-06-02 16:03:47 -08:00
|
|
|
"tab:new": "ctrl+shift+t",
|
2017-11-22 06:10:51 -09:00
|
|
|
"tab:next": [
|
|
|
|
|
"ctrl+shift+]",
|
|
|
|
|
"ctrl+shift+right",
|
|
|
|
|
"ctrl+alt+right",
|
|
|
|
|
"ctrl+tab"
|
|
|
|
|
],
|
|
|
|
|
"tab:prev": [
|
|
|
|
|
"ctrl+shift+[",
|
|
|
|
|
"ctrl+shift+left",
|
|
|
|
|
"ctrl+alt+left",
|
|
|
|
|
"ctrl+shift+tab"
|
|
|
|
|
],
|
2017-10-05 10:39:39 -08:00
|
|
|
"tab:jump:prefix": "ctrl",
|
2017-06-02 16:03:47 -08:00
|
|
|
"pane:next": "ctrl+pageup",
|
|
|
|
|
"pane:prev": "ctrl+pagedown",
|
2019-07-30 14:03:33 -08:00
|
|
|
"pane:splitRight": "ctrl+shift+d",
|
|
|
|
|
"pane:splitDown": "ctrl+shift+e",
|
2017-09-11 05:09:17 -08:00
|
|
|
"pane:close": "ctrl+shift+w",
|
2017-06-02 16:03:47 -08:00
|
|
|
"editor:undo": "ctrl+shift+z",
|
|
|
|
|
"editor:redo": "ctrl+shift+y",
|
|
|
|
|
"editor:cut": "ctrl+shift+x",
|
|
|
|
|
"editor:copy": "ctrl+shift+c",
|
|
|
|
|
"editor:paste": "ctrl+shift+v",
|
|
|
|
|
"editor:selectAll": "ctrl+shift+a",
|
2019-09-23 09:37:22 -08:00
|
|
|
"editor:search": "ctrl+shift+f",
|
|
|
|
|
"editor:search-close": "esc",
|
2017-11-06 11:27:25 -09:00
|
|
|
"editor:movePreviousWord": "ctrl+left",
|
|
|
|
|
"editor:moveNextWord": "ctrl+right",
|
|
|
|
|
"editor:moveBeginningLine": "home",
|
|
|
|
|
"editor:moveEndLine": "end",
|
|
|
|
|
"editor:deletePreviousWord": "ctrl+backspace",
|
2017-12-10 11:34:00 -09:00
|
|
|
"editor:deleteNextWord": "ctrl+del",
|
2017-11-06 11:27:25 -09:00
|
|
|
"editor:deleteBeginningLine": "ctrl+home",
|
|
|
|
|
"editor:deleteEndLine": "ctrl+end",
|
2017-06-02 16:03:47 -08:00
|
|
|
"editor:clearBuffer": "ctrl+shift+k",
|
2017-12-18 07:17:20 -09:00
|
|
|
"editor:break": "ctrl+c",
|
2017-06-02 16:03:47 -08:00
|
|
|
"plugins:update": "ctrl+shift+u"
|
2017-09-03 07:47:09 -08:00
|
|
|
}
|