Merge pull request #198 from kleschenko/patch-1

Add vimperator-like keybindings for next and previous tabs
jh-changes
Shin'ya Ueoka 6 years ago committed by GitHub
commit b11a098d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/shared/settings/default.js

@ -27,6 +27,8 @@ export default {
"u": { "type": "tabs.reopen" },
"K": { "type": "tabs.prev", "count": 1 },
"J": { "type": "tabs.next", "count": 1 },
"gT": { "type": "tabs.prev", "count": 1 },
"gt": { "type": "tabs.next", "count": 1 },
"g0": { "type": "tabs.first" },
"g$": { "type": "tabs.last" },
"<C-6>": { "type": "tabs.prevsel" },