diff options
Diffstat (limited to 'src/background/keys.js')
-rw-r--r-- | src/background/keys.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/background/keys.js b/src/background/keys.js index 577f023..2549c8d 100644 --- a/src/background/keys.js +++ b/src/background/keys.js @@ -30,6 +30,8 @@ const defaultKeymap = { 'F': { type: operations.FOLLOW_START, newTab: true }, 'H': { type: operations.NAVIGATE_HISTORY_PREV }, 'L': { type: operations.NAVIGATE_HISTORY_NEXT }, + '[[': { type: operations.NAVIGATE_LINK_PREV }, + ']]': { type: operations.NAVIGATE_LINK_NEXT }, }; const asKeymapChars = (keys) => { |