|
|
@ -11,8 +11,10 @@ export default { |
|
|
|
"w": { "type": "command.show.winopen", "alter": false }, |
|
|
|
"w": { "type": "command.show.winopen", "alter": false }, |
|
|
|
"W": { "type": "command.show.winopen", "alter": true }, |
|
|
|
"W": { "type": "command.show.winopen", "alter": true }, |
|
|
|
"b": { "type": "command.show.buffer" }, |
|
|
|
"b": { "type": "command.show.buffer" }, |
|
|
|
"k": { "type": "scroll.lines", "count": -1 }, |
|
|
|
"k": { "type": "scroll.vertically", "count": -1 }, |
|
|
|
"j": { "type": "scroll.lines", "count": 1 }, |
|
|
|
"j": { "type": "scroll.vertically", "count": 1 }, |
|
|
|
|
|
|
|
"h": { "type": "scroll.horizonally", "count": -1 }, |
|
|
|
|
|
|
|
"l": { "type": "scroll.horizonally", "count": 1 }, |
|
|
|
"<C-E>": { "type": "scroll.lines", "count": -1 }, |
|
|
|
"<C-E>": { "type": "scroll.lines", "count": -1 }, |
|
|
|
"<C-Y>": { "type": "scroll.lines", "count": 1 }, |
|
|
|
"<C-Y>": { "type": "scroll.lines", "count": 1 }, |
|
|
|
"<C-U>": { "type": "scroll.pages", "count": -0.5 }, |
|
|
|
"<C-U>": { "type": "scroll.pages", "count": -0.5 }, |
|
|
@ -24,8 +26,8 @@ export default { |
|
|
|
"$": { "type": "scroll.end" }, |
|
|
|
"$": { "type": "scroll.end" }, |
|
|
|
"d": { "type": "tabs.close" }, |
|
|
|
"d": { "type": "tabs.close" }, |
|
|
|
"u": { "type": "tabs.reopen" }, |
|
|
|
"u": { "type": "tabs.reopen" }, |
|
|
|
"h": { "type": "tabs.prev", "count": 1 }, |
|
|
|
"K": { "type": "tabs.prev", "count": 1 }, |
|
|
|
"l": { "type": "tabs.next", "count": 1 }, |
|
|
|
"J": { "type": "tabs.next", "count": 1 }, |
|
|
|
"r": { "type": "tabs.reload", "cache": false }, |
|
|
|
"r": { "type": "tabs.reload", "cache": false }, |
|
|
|
"R": { "type": "tabs.reload", "cache": true }, |
|
|
|
"R": { "type": "tabs.reload", "cache": true }, |
|
|
|
"zi": { "type": "zoom.in" }, |
|
|
|
"zi": { "type": "zoom.in" }, |
|
|
|