Add vimperator-like keybindings for next and previous tabs
This commit is contained in:
parent
7e506f5f21
commit
f9889b7f2b
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ export default {
|
||||||
"u": { "type": "tabs.reopen" },
|
"u": { "type": "tabs.reopen" },
|
||||||
"K": { "type": "tabs.prev", "count": 1 },
|
"K": { "type": "tabs.prev", "count": 1 },
|
||||||
"J": { "type": "tabs.next", "count": 1 },
|
"J": { "type": "tabs.next", "count": 1 },
|
||||||
|
"gT": { "type": "tabs.prev", "count": 1 },
|
||||||
|
"gt": { "type": "tabs.next", "count": 1 },
|
||||||
"g0": { "type": "tabs.first" },
|
"g0": { "type": "tabs.first" },
|
||||||
"g$": { "type": "tabs.last" },
|
"g$": { "type": "tabs.last" },
|
||||||
"r": { "type": "tabs.reload", "cache": false },
|
"r": { "type": "tabs.reload", "cache": false },
|
||||||
|
|
Reference in a new issue