Skip to content

Commit

Permalink
docs: changelog for #4924
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jul 22, 2024
1 parent fef52df commit 7e8fdc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ As features stabilize some brief notes about them will accumulate here.
* Switched to the [nucleo](https://github.com/helix-editor/nucleo) fuzzy
matcher which produces matches that more closely match the popular `fzf`
program. #5532
* The Copy Mode `Close` action no longer implicitly scrolls to the bottom.
This is to facilitate having a key assignment that closes copy mode without
adjusting the viewport position. You can compose multiple actions together using
`Multiple` if you wish; the default key assignments in Copy Mode use this technique
so that the effective behavior of the defaults remains unchanged.
Thanks to @LeszekSwirski! #4924 #3502

#### New
* [wezterm.serde](config/lua/wezterm.serde/index.md) module for serialization
Expand Down

0 comments on commit 7e8fdc1

Please sign in to comment.