From 50cc126e08056b4f5191f603c01f0e9951692696 Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Sun, 5 Nov 2017 18:04:46 -0500 Subject: Dummy selectPrevSelTab implementation --- src/shared/settings/default.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/settings') diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js index 69238e3..44ac5f4 100644 --- a/src/shared/settings/default.js +++ b/src/shared/settings/default.js @@ -30,6 +30,7 @@ export default { "J": { "type": "tabs.next", "count": 1 }, "g0": { "type": "tabs.first" }, "g$": { "type": "tabs.last" }, + "gl": { "type": "tabs.prevsel" }, "r": { "type": "tabs.reload", "cache": false }, "R": { "type": "tabs.reload", "cache": true }, "zp": { "type": "tabs.pin.toggle" }, -- cgit v1.2.3 From bab0616f1171cb3d70a11517afa5564f7e11addb Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Sun, 5 Nov 2017 18:47:20 -0500 Subject: Default mapping for TAB_PREV_SEL operation --- src/shared/settings/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/settings') 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" }, -- cgit v1.2.3