diff options
| author | jez | 2010-12-31 11:18:01 +0800 |
|---|---|---|
| committer | jez | 2010-12-31 11:18:01 +0800 |
| commit | 83be3670b293fa78a8c74d092be9f6c4cdb6d66b (patch) | |
| tree | 175e7768c25543a58f4c89095f4dc942d95673f4 /commands.js | |
| parent | 489ff3f8f0f7b44817a09472b5b1e2fad46d7632 (diff) | |
| parent | 1fd0a389ffe7460ac1c658227f0627c050153632 (diff) | |
| download | vimium-83be3670b293fa78a8c74d092be9f6c4cdb6d66b.tar.bz2 | |
Merge remote branch 'origin/master' into filter-hints
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 1518f113..e4cef0c2 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); |
