From bab0616f1171cb3d70a11517afa5564f7e11addb Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Sun, 5 Nov 2017 18:47:20 -0500 Subject: [PATCH] Default mapping for TAB_PREV_SEL operation --- src/shared/settings/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js index 44ac5f4..a9c363b 100644 --- a/src/shared/settings/default.js +++ b/src/shared/settings/default.js @@ -30,7 +30,7 @@ export default { "J": { "type": "tabs.next", "count": 1 }, "g0": { "type": "tabs.first" }, "g$": { "type": "tabs.last" }, - "gl": { "type": "tabs.prevsel" }, + "": { "type": "tabs.prevsel" }, "r": { "type": "tabs.reload", "cache": false }, "R": { "type": "tabs.reload", "cache": true }, "zp": { "type": "tabs.pin.toggle" },