summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/commands/globals.py2
-rw-r--r--alot/commands/thread.py6
-rw-r--r--docs/source/usage/modes/global.rst2
-rw-r--r--docs/source/usage/modes/thread.rst2
4 files changed, 8 insertions, 4 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 7c590802..79b7e5f6 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -927,7 +927,7 @@ class ComposeCommand(Command):
arguments=[
(['movement'],
{'nargs': argparse.REMAINDER,
- 'help': 'up, down, [half]page up, [half]page down, first'})])
+ 'help': 'up, down, [half]page up, [half]page down, first, last'})])
class MoveCommand(Command):
"""move in widget"""
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index f565ceb3..9ebed119 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -1000,7 +1000,11 @@ class OpenAttachmentCommand(Command):
arguments=[
(['movement'],
{'nargs': argparse.REMAINDER,
- 'help': 'up, down, page up, page down, first, last'})])
+ 'help': '''up, down, [half]page up, [half]page down, first, last, \
+ parent, first reply, last reply, \
+ next sibling, previous sibling, next, previous, \
+ next unfolded, previous unfolded, \
+ next NOTMUCH_QUERY, previous NOTMUCH_QUERY'''})])
class MoveFocusCommand(MoveCommand):
def apply(self, ui):
diff --git a/docs/source/usage/modes/global.rst b/docs/source/usage/modes/global.rst
index 6e99478b..dfd0c0f9 100644
--- a/docs/source/usage/modes/global.rst
+++ b/docs/source/usage/modes/global.rst
@@ -80,7 +80,7 @@ The following commands are available globally
move focus in current buffer
argument
- up, down, [half]page up, [half]page down, first
+ up, down, [half]page up, [half]page down, first, last
.. _cmd.global.shellescape:
diff --git a/docs/source/usage/modes/thread.rst b/docs/source/usage/modes/thread.rst
index 5daf92ca..15d8a7de 100644
--- a/docs/source/usage/modes/thread.rst
+++ b/docs/source/usage/modes/thread.rst
@@ -40,7 +40,7 @@ The following commands are available in thread mode
move focus in current buffer
argument
- up, down, page up, page down, first, last
+ up, down, [half]page up, [half]page down, first, last, parent, first reply, last reply, next sibling, previous sibling, next, previous, next unfolded, previous unfolded, next NOTMUCH_QUERY, previous NOTMUCH_QUERY
.. _cmd.thread.untag: