Default mapping for TAB_PREV_SEL operation
This commit is contained in:
parent
92a1e170e1
commit
bab0616f11
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default {
|
||||||
"J": { "type": "tabs.next", "count": 1 },
|
"J": { "type": "tabs.next", "count": 1 },
|
||||||
"g0": { "type": "tabs.first" },
|
"g0": { "type": "tabs.first" },
|
||||||
"g$": { "type": "tabs.last" },
|
"g$": { "type": "tabs.last" },
|
||||||
"gl": { "type": "tabs.prevsel" },
|
"<C-6>": { "type": "tabs.prevsel" },
|
||||||
"r": { "type": "tabs.reload", "cache": false },
|
"r": { "type": "tabs.reload", "cache": false },
|
||||||
"R": { "type": "tabs.reload", "cache": true },
|
"R": { "type": "tabs.reload", "cache": true },
|
||||||
"zp": { "type": "tabs.pin.toggle" },
|
"zp": { "type": "tabs.pin.toggle" },
|
||||||
|
|
Reference in a new issue