summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorharish3124 <harishhari3112004@gmail.com>2021-11-11 15:27:05 +0530
committerharish3124 <harishhari3112004@gmail.com>2021-11-11 15:27:05 +0530
commitb2bddd9f3928db49ba8a2cc20d799047c9696086 (patch)
tree0cbd0cd02fc0a5398705ca42ca9ab4872314dd69 /qutebrowser
parentaba0ee5c2e1849fda00888b5c32986051d5fe440 (diff)
downloadqutebrowser-b2bddd9f3928db49ba8a2cc20d799047c9696086.tar.gz
qutebrowser-b2bddd9f3928db49ba8a2cc20d799047c9696086.zip
Added Tests and Docs 📰
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/browser/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py
index eccb64b9e..03953ba7e 100644
--- a/qutebrowser/browser/commands.py
+++ b/qutebrowser/browser/commands.py
@@ -1016,6 +1016,7 @@ class CommandDispatcher:
index: `+` or `-` to move relative to the current tab by
count, or a default of 1 space.
A tab index to move to that index.
+ `start` and `end` to move to the start and the end
count: If moving relatively: Offset.
If moving absolutely: New position (default: 0). This
overrides the index argument, if given.