doc changelog: update with some breaking changes
This commit is contained in:
parent
ce75867e44
commit
52688509b3
|
@ -5,9 +5,9 @@ released versions.
|
||||||
|
|
||||||
== Development version
|
== Development version
|
||||||
|
|
||||||
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>
|
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
|
||||||
|
|
||||||
* `!` and `<a-!>` commands now select the inserted text
|
* `p`, `P`, `!` and `<a-!>` commands now select the inserted text
|
||||||
|
|
||||||
* `x` now just extends the selection to contain full lines (as `<a-x>` did)
|
* `x` now just extends the selection to contain full lines (as `<a-x>` did)
|
||||||
`<a-x>` trims partial lines from the selection (as `<a-X>` did)
|
`<a-x>` trims partial lines from the selection (as `<a-X>` did)
|
||||||
|
@ -15,6 +15,9 @@ released versions.
|
||||||
* User mappings is now bound to `<space>` while keeping/removing main selection
|
* User mappings is now bound to `<space>` while keeping/removing main selection
|
||||||
moved to `,` and `<a-,>`
|
moved to `,` and `<a-,>`
|
||||||
|
|
||||||
|
* History registers `%reg{colon}`, `%reg{slash}` and `%reg{pipe}` now
|
||||||
|
have reverse chronological order
|
||||||
|
|
||||||
== Kakoune 2021.11.07
|
== Kakoune 2021.11.07
|
||||||
|
|
||||||
* Support for curly and separately colored underlines (undocumented in 2021.10.28)
|
* Support for curly and separately colored underlines (undocumented in 2021.10.28)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user