summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-07-27 00:14:41 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-07-27 00:14:41 +0100
commitd9e6c3b89f26bc4c2b2d9f01be2bb0e4908f68e2 (patch)
tree136bb5dd8cd53c1c0579e4a6b52ab613d7f3b892
parentdffb1dff7cbf78c2940d0734dd80775b5dad889b (diff)
parent6ab238bfa836cf501c5f4914659adb49391046c8 (diff)
Merge remote-tracking branch 'lenormf/fix-undo-documentation'
-rw-r--r--README.asciidoc2
-rw-r--r--doc/manpages/shortcuts.asciidoc6
2 files changed, 8 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index ecf88fef..df171e3c 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -409,7 +409,9 @@ Changes
* `a-!`: append command output after selection
* `u`: undo last change
+ * `a-u`: move backward in history
* `U`: redo last change
+ * `a-U`: move forward in history
* `&`: align selection, align the cursor of selections by inserting
spaces before the first character of the selection
diff --git a/doc/manpages/shortcuts.asciidoc b/doc/manpages/shortcuts.asciidoc
index 02840bfc..10d3b85c 100644
--- a/doc/manpages/shortcuts.asciidoc
+++ b/doc/manpages/shortcuts.asciidoc
@@ -252,9 +252,15 @@ Changes
*u*::
undo last change
+*<a-u>*::
+ move backward in history
+
*U*::
redo last change
+*<a-U>*::
+ move forward in history
+
*&*::
align selection, align the cursor of selections by inserting spaces
before the first character of the selection