aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee4
1 files changed, 3 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 50302cf7..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"
@@ -170,7 +172,7 @@ defaultKeyMappings =
"x": "removeTab"
"X": "restoreTab"
- ".": "togglePinTab"
+ "<a-p>": "togglePinTab"
"o": "Vomnibar.activate"
"O": "Vomnibar.activateInNewTab"