diff options
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.js b/commands.js index c86b129f..3b9203dc 100644 --- a/commands.js +++ b/commands.js @@ -170,7 +170,7 @@ addCommand('goBack', 'Go back in history'); addCommand('goForward', 'Go forward in history'); // Navigating the URL hierarchy -addCommand('goUp', 'Go up the URL hierarchy'); +addCommand('goUp', 'Go up the URL hierarchy', false, true); // Manipulating tabs: addCommand('nextTab', 'Go one tab right', true); |
