change tabs.prev/tabs.next default keymap

This commit is contained in:
Shin'ya Ueoka 2017-10-09 20:54:53 +09:00
parent 0f9bcbd395
commit 36963b1b8b

View file

@ -24,8 +24,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" },