summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYour Name <you@example.com>2014-06-12 16:06:47 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2014-08-02 17:36:46 +0200
commit9d0b3a8335741aeff6f93d7333581a56b8de81be (patch)
treebeaa637ce990d77c1d4a4b376b9c4461bed5b44d /docs
parentdde30105810b5f6c41b0974e528ce5c051d22c79 (diff)
Document prompt key bindings
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/key_bindings.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/source/configuration/key_bindings.rst b/docs/source/configuration/key_bindings.rst
index 40d5b500..ea8f9358 100644
--- a/docs/source/configuration/key_bindings.rst
+++ b/docs/source/configuration/key_bindings.rst
@@ -39,6 +39,21 @@ User-defined bindings are combined with the default bindings listed below.
.. literalinclude:: ../../../alot/defaults/default.bindings
:language: ini
+In prompts the following hardcoded bindings are available.
+
+=========================== ========
+Key Function
+=========================== ========
+Ctrl-f/b Moves the curser one character to the right/left
+Alt-f/b Shift-right/left Moves the cursor one word to the right/left
+Ctrl-a/e Moves the curser to the beginning/end of the line
+Ctrl-d Deletes the character under the cursor
+Alt-d Deletes everything from the cursor to the end of the current or next word
+Alt-Delete/Backspace Ctrl-w Deletes everything from the cursor to the beginning of the current or previous word
+Ctrl-k Deletes everything from the cursor to the end of the line
+Ctrl-u Deletes everything from the cursor to the beginning of the line
+=========================== ========
+
Overwriting defaults
--------------------