summaryrefslogtreecommitdiff
path: root/docs/source/usage/modes/global.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/usage/modes/global.rst')
-rw-r--r--docs/source/usage/modes/global.rst170
1 files changed, 85 insertions, 85 deletions
diff --git a/docs/source/usage/modes/global.rst b/docs/source/usage/modes/global.rst
index dcbe4040..6e79c67a 100644
--- a/docs/source/usage/modes/global.rst
+++ b/docs/source/usage/modes/global.rst
@@ -15,52 +15,18 @@ The following commands are available globally
:---redraw: redraw current buffer after command has finished.
:---force: never ask for confirmation.
-.. _cmd.global.bprevious:
-
-.. describe:: bprevious
-
- focus previous buffer
-
-
-.. _cmd.global.search:
-
-.. describe:: search
-
- open a new search buffer. Search obeys the notmuch
- :ref:`search.exclude_tags <search.exclude_tags>` setting.
-
- argument
- search string
-
- optional arguments
- :---sort: sort order. Valid choices are: \`oldest_first\`,\`newest_first\`,\`message_id\`,\`unsorted\`.
-
-.. _cmd.global.repeat:
-
-.. describe:: repeat
-
- Repeats the command executed last time
-
-
-.. _cmd.global.prompt:
-
-.. describe:: prompt
-
- prompts for commandline and interprets it upon select
+.. _cmd.global.bnext:
- argument
- initial content
+.. describe:: bnext
+ focus next buffer
-.. _cmd.global.help:
-.. describe:: help
+.. _cmd.global.bprevious:
- display help for a command. Use 'bindings' to display all keybings
- interpreted in current mode.'
+.. describe:: bprevious
- argument
- command or 'bindings'
+ focus previous buffer
.. _cmd.global.buffer:
@@ -73,49 +39,21 @@ The following commands are available globally
buffer index to focus
-.. _cmd.global.move:
-
-.. describe:: move
+.. _cmd.global.bufferlist:
- move focus in current buffer
+.. describe:: bufferlist
- argument
- up, down, [half]page up, [half]page down, first, last
+ open a list of active buffers
-.. _cmd.global.shellescape:
+.. _cmd.global.call:
-.. describe:: shellescape
+.. describe:: call
- run external command
+ Executes python code
argument
- command line to execute
-
- optional arguments
- :---spawn: run in terminal window.
- :---thread: run in separate thread.
- :---refocus: refocus current buffer after command has finished.
-
-.. _cmd.global.refresh:
-
-.. describe:: refresh
-
- refresh the current buffer
-
-
-.. _cmd.global.reload:
-
-.. describe:: reload
-
- Reload all configuration files
-
-
-.. _cmd.global.pyshell:
-
-.. describe:: pyshell
-
- open an interactive python shell for introspection
+ python command string to call
.. _cmd.global.compose:
@@ -158,29 +96,91 @@ The following commands are available globally
flush write operations or retry until committed
-.. _cmd.global.bufferlist:
+.. _cmd.global.help:
-.. describe:: bufferlist
+.. describe:: help
- open a list of active buffers
+ display help for a command. Use 'bindings' to display all keybings
+ interpreted in current mode.'
+
+ argument
+ command or 'bindings'
-.. _cmd.global.call:
+.. _cmd.global.move:
-.. describe:: call
+.. describe:: move
- Executes python code
+ move focus in current buffer
argument
- python command string to call
+ up, down, [half]page up, [half]page down, first, last
-.. _cmd.global.bnext:
+.. _cmd.global.prompt:
-.. describe:: bnext
+.. describe:: prompt
- focus next buffer
+ prompts for commandline and interprets it upon select
+
+ argument
+ initial content
+
+
+.. _cmd.global.pyshell:
+.. describe:: pyshell
+
+ open an interactive python shell for introspection
+
+
+.. _cmd.global.refresh:
+
+.. describe:: refresh
+
+ refresh the current buffer
+
+
+.. _cmd.global.reload:
+
+.. describe:: reload
+
+ Reload all configuration files
+
+
+.. _cmd.global.repeat:
+
+.. describe:: repeat
+
+ Repeats the command executed last time
+
+
+.. _cmd.global.search:
+
+.. describe:: search
+
+ open a new search buffer. Search obeys the notmuch
+ :ref:`search.exclude_tags <search.exclude_tags>` setting.
+
+ argument
+ search string
+
+ optional arguments
+ :---sort: sort order. Valid choices are: \`oldest_first\`,\`newest_first\`,\`message_id\`,\`unsorted\`.
+
+.. _cmd.global.shellescape:
+
+.. describe:: shellescape
+
+ run external command
+
+ argument
+ command line to execute
+
+ optional arguments
+ :---spawn: run in terminal window.
+ :---thread: run in separate thread.
+ :---refocus: refocus current buffer after command has finished.
.. _cmd.global.taglist: