mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
parent
d2167073df
commit
843ebd2fe0
2 changed files with 4 additions and 4 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
"pane:prev": "ctrl+pagedown",
|
"pane:prev": "ctrl+pagedown",
|
||||||
"pane:splitVertical": "ctrl+shift+d",
|
"pane:splitVertical": "ctrl+shift+d",
|
||||||
"pane:splitHorizontal": "ctrl+shift+e",
|
"pane:splitHorizontal": "ctrl+shift+e",
|
||||||
"pane:close": "ctrl+shift+w",
|
"pane:close": "ctrl+alt+w",
|
||||||
"editor:undo": "ctrl+shift+z",
|
"editor:undo": "ctrl+shift+z",
|
||||||
"editor:redo": "ctrl+shift+y",
|
"editor:redo": "ctrl+shift+y",
|
||||||
"editor:cut": "ctrl+shift+x",
|
"editor:cut": "ctrl+shift+x",
|
||||||
|
|
@ -27,4 +27,4 @@
|
||||||
"editor:selectAll": "ctrl+shift+a",
|
"editor:selectAll": "ctrl+shift+a",
|
||||||
"editor:clearBuffer": "ctrl+shift+k",
|
"editor:clearBuffer": "ctrl+shift+k",
|
||||||
"plugins:update": "ctrl+shift+u"
|
"plugins:update": "ctrl+shift+u"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"pane:prev": "ctrl+pagedown",
|
"pane:prev": "ctrl+pagedown",
|
||||||
"pane:splitVertical": "ctrl+shift+d",
|
"pane:splitVertical": "ctrl+shift+d",
|
||||||
"pane:splitHorizontal": "ctrl+shift+e",
|
"pane:splitHorizontal": "ctrl+shift+e",
|
||||||
"pane:close": "ctrl+shift+w",
|
"pane:close": "ctrl+alt+w",
|
||||||
"editor:undo": "ctrl+shift+z",
|
"editor:undo": "ctrl+shift+z",
|
||||||
"editor:redo": "ctrl+shift+y",
|
"editor:redo": "ctrl+shift+y",
|
||||||
"editor:cut": "ctrl+shift+x",
|
"editor:cut": "ctrl+shift+x",
|
||||||
|
|
@ -27,4 +27,4 @@
|
||||||
"editor:selectAll": "ctrl+shift+a",
|
"editor:selectAll": "ctrl+shift+a",
|
||||||
"editor:clearBuffer": "ctrl+shift+k",
|
"editor:clearBuffer": "ctrl+shift+k",
|
||||||
"plugins:update": "ctrl+shift+u"
|
"plugins:update": "ctrl+shift+u"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue