mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"window:devtools": "ctrl+shift+i",
|
|
"window:reload": "ctrl+shift+r",
|
|
"window:reloadFull": "ctrl+shift+f5",
|
|
"window:preferences": "ctrl+,",
|
|
"window:hamburgerMenu": "alt",
|
|
"zoom:reset": "ctrl+0",
|
|
"zoom:in": "ctrl+=",
|
|
"zoom:out": "ctrl+-",
|
|
"window:new": "ctrl+shift+n",
|
|
"window:minimize": "ctrl+shift+m",
|
|
"window:zoom": "ctrl+shift+alt+m",
|
|
"window:toggleFullScreen": "f11",
|
|
"window:close": [
|
|
"ctrl+shift+q",
|
|
"alt+f4"
|
|
],
|
|
"tab:new": "ctrl+shift+t",
|
|
"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"
|
|
],
|
|
"tab:jump:prefix": "ctrl",
|
|
"pane:next": "ctrl+pageup",
|
|
"pane:prev": "ctrl+pagedown",
|
|
"pane:splitRight": "ctrl+shift+d",
|
|
"pane:splitDown": "ctrl+shift+e",
|
|
"pane:close": "ctrl+shift+w",
|
|
"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:search": "ctrl+shift+f",
|
|
"editor:search-close": "esc",
|
|
"editor:movePreviousWord": "",
|
|
"editor:moveNextWord": "",
|
|
"editor:moveBeginningLine": "Home",
|
|
"editor:moveEndLine": "End",
|
|
"editor:deletePreviousWord": "ctrl+backspace",
|
|
"editor:deleteNextWord": "ctrl+del",
|
|
"editor:deleteBeginningLine": "ctrl+home",
|
|
"editor:deleteEndLine": "ctrl+end",
|
|
"editor:clearBuffer": "ctrl+shift+k",
|
|
"editor:break": "ctrl+c",
|
|
"plugins:update": "ctrl+shift+u"
|
|
}
|