From 6bc7d2bbd8bb096feca00c84897af75458aed687 Mon Sep 17 00:00:00 2001 From: mike-work Date: Thu, 24 Jul 2014 19:39:25 +0100 Subject: added custom key mapping for movetableft and movetabright to fix #1100 --- background_scripts/commands.coffee | 2 ++ 1 file changed, 2 insertions(+) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 376461ba..35c94bb9 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -161,6 +161,8 @@ defaultKeyMappings = "J": "previousTab" "gt": "nextTab" "gT": "previousTab" + "<<": "moveTabLeft" + ">>": "moveTabRight" "g0": "firstTab" "g$": "lastTab" -- cgit v1.2.3