Kakoune 2023.07.29
This commit is contained in:
parent
dad128e4a6
commit
f58d686066
|
@ -3,7 +3,7 @@
|
|||
This changelog contains major and/or breaking changes to Kakoune between
|
||||
released versions.
|
||||
|
||||
== Development version
|
||||
== Kakoune 2023.07.29
|
||||
|
||||
* `<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>`
|
||||
|
|
|
@ -44,7 +44,7 @@ struct {
|
|||
unsigned int version;
|
||||
StringView notes;
|
||||
} constexpr version_notes[] = { {
|
||||
0,
|
||||
20230729,
|
||||
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
|
||||
"the previous meaning of moving in history tree has been moved to "
|
||||
"{+b}<c-j>{} and {+b}<c-k>{}\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user