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",
|
|
|
|
|
"zoom:in": "ctrl+plus",
|
|
|
|
|
"zoom:out": "ctrl+-",
|
|
|
|
|
"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",
|
|
|
|
|
"tab:next": "ctrl+tab",
|
|
|
|
|
"tab:prev": "ctrl+shift+tab",
|
|
|
|
|
"pane:next": "ctrl+pageup",
|
|
|
|
|
"pane:prev": "ctrl+pagedown",
|
|
|
|
|
"pane:splitVertical": "ctrl+shift+d",
|
|
|
|
|
"pane:splitHorizontal": "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",
|
|
|
|
|
"editor:clearBuffer": "ctrl+shift+k",
|
|
|
|
|
"plugins:update": "ctrl+shift+u"
|
2017-09-03 07:47:09 -08:00
|
|
|
}
|