aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authormike-work2014-07-24 19:39:25 +0100
committermike-work2014-07-24 19:39:25 +0100
commit6bc7d2bbd8bb096feca00c84897af75458aed687 (patch)
treed67c04a6b8366d61c719a94f29008d4180d28750 /background_scripts/commands.coffee
parent825e311fb16dbbe73a299e64e35b4bc10cc02bf2 (diff)
downloadvimium-6bc7d2bbd8bb096feca00c84897af75458aed687.tar.bz2
added custom key mapping for movetableft and movetabright to fix #1100
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee2
1 files changed, 2 insertions, 0 deletions
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"