Merge pull request #198 from kleschenko/patch-1

Add vimperator-like keybindings for next and previous tabs
This commit is contained in:
Shin'ya Ueoka 2018-05-01 16:22:19 +09:00 committed by GitHub
commit b11a098d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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