diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-09 20:54:53 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-09 20:54:53 +0900 |
commit | 36963b1b8b595e0c5959ec4a2683e869008acebd (patch) | |
tree | e44d7c9ffc986fe6b4b1c14d75f412b18cf1685c /src | |
parent | 0f9bcbd395dd0051e1bb8b64adbcb9b354101a81 (diff) |
change tabs.prev/tabs.next default keymap
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/default-settings.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/default-settings.js b/src/shared/default-settings.js index f287b7a..8db7727 100644 --- a/src/shared/default-settings.js +++ b/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" }, |