change tabs.prev/tabs.next default keymap

jh-changes
Shin'ya Ueoka 7 years ago
parent 0f9bcbd395
commit 36963b1b8b
  1. 4
      src/shared/default-settings.js

@ -24,8 +24,8 @@ export default {
"$": { "type": "scroll.end" },
"d": { "type": "tabs.close" },
"u": { "type": "tabs.reopen" },
"h": { "type": "tabs.prev", "count": 1 },
"l": { "type": "tabs.next", "count": 1 },
"K": { "type": "tabs.prev", "count": 1 },
"J": { "type": "tabs.next", "count": 1 },
"r": { "type": "tabs.reload", "cache": false },
"R": { "type": "tabs.reload", "cache": true },
"zi": { "type": "zoom.in" },