Fixup documentation on history navigation commands
Co-authored-by: Johannes Altmanninger <aclopte@gmail.com>
This commit is contained in:
parent
e58592f00a
commit
58058d1213
|
@ -5,9 +5,8 @@ released versions.
|
||||||
|
|
||||||
== Development version
|
== Development version
|
||||||
|
|
||||||
* History is now stored linearly instead of in a tree
|
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
|
||||||
|
of moving in history tree has been moved to `<c-j>` and `<c-k>`
|
||||||
* `<a-u>` and `<a-U>` now undo selection history
|
|
||||||
|
|
||||||
* `%exp{...}` expansions provide flexible quoting for expanded strings
|
* `%exp{...}` expansions provide flexible quoting for expanded strings
|
||||||
(as double quoted strings)
|
(as double quoted strings)
|
||||||
|
|
|
@ -312,7 +312,7 @@ Yanking (copying) and pasting use the *"* register by default (See <<registers#,
|
||||||
move forward in changes history
|
move forward in changes history
|
||||||
|
|
||||||
*<c-k>*::
|
*<c-k>*::
|
||||||
move forward in changes history
|
move backward in changes history
|
||||||
|
|
||||||
*<a-u>*::
|
*<a-u>*::
|
||||||
undo last selection change
|
undo last selection change
|
||||||
|
|
|
@ -45,9 +45,9 @@ struct {
|
||||||
StringView notes;
|
StringView notes;
|
||||||
} constexpr version_notes[] = { {
|
} constexpr version_notes[] = { {
|
||||||
0,
|
0,
|
||||||
"» Selection undo/redo moved to {+b}<a-u>{}/{+b}<a-U>{} "
|
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
|
||||||
"and moving in history tree to {+b}<c-k>{}/{+b}c-j>{}\n"
|
"the previous meaning of moving in history tree has been moved to "
|
||||||
"» {+b}<a-u>{} and {+b}<a-U>{} now undo selection history\n"
|
"{+b}<c-j>{} and {+b}<c-k>{}\n"
|
||||||
"» {+u}%exp\\{...}{} expansions provide flexible quoting for expanded "
|
"» {+u}%exp\\{...}{} expansions provide flexible quoting for expanded "
|
||||||
"strings (as double quoted strings)\n"
|
"strings (as double quoted strings)\n"
|
||||||
"» {+u}show-matching -previous{} switch\n"
|
"» {+u}show-matching -previous{} switch\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user