2017-06-02 16:03:47 -08:00
|
|
|
{
|
2017-11-02 18:51:18 -08:00
|
|
|
"window:devtools": "command+alt+i",
|
|
|
|
|
"window:reload": "command+r",
|
|
|
|
|
"window:reloadFull": "command+shift+r",
|
|
|
|
|
"window:preferences": "command+,",
|
|
|
|
|
"zoom:reset": "command+0",
|
|
|
|
|
"zoom:in": "command+plus",
|
|
|
|
|
"zoom:out": "command+minus",
|
|
|
|
|
"window:new": "command+n",
|
|
|
|
|
"window:minimize": "command+m",
|
|
|
|
|
"window:zoom": "ctrl+alt+command+m",
|
|
|
|
|
"window:toggleFullScreen": "command+ctrl+f",
|
|
|
|
|
"window:close": "command+shift+w",
|
|
|
|
|
"tab:new": "command+t",
|
|
|
|
|
"tab:next": "command+shift+]",
|
|
|
|
|
"tab:prev": "command+shift+[",
|
|
|
|
|
"tab:jump:prefix": "command",
|
|
|
|
|
"pane:next": "command+]",
|
|
|
|
|
"pane:prev": "command+[",
|
|
|
|
|
"pane:splitVertical": "command+d",
|
|
|
|
|
"pane:splitHorizontal": "command+shift+d",
|
|
|
|
|
"pane:close": "command+w",
|
|
|
|
|
"editor:undo": "command+z",
|
|
|
|
|
"editor:redo": "command+y",
|
|
|
|
|
"editor:cut": "command+x",
|
|
|
|
|
"editor:copy": "command+c",
|
|
|
|
|
"editor:paste": "command+v",
|
|
|
|
|
"editor:selectAll": "command+a",
|
|
|
|
|
"editor:clearBuffer": "command+k",
|
|
|
|
|
"editor:emojis": "command+ctrl+space",
|
|
|
|
|
"plugins:update": "command+shift+u"
|
2017-10-05 10:39:39 -08:00
|
|
|
}
|