diff options
author | Omar Magdy <99906646+omagdy7@users.noreply.github.com> | 2024-01-04 19:57:53 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-06 08:59:54 +0100 |
commit | 5955b905dc4c4415be56cea107b5e847eebda881 (patch) | |
tree | 5c6fd2189e97904a790937f34da2cf06d501bce1 /CHANGELOG.md | |
parent | 4fb82778b27cefaf28c356e564154db59d309040 (diff) | |
download | alacritty-5955b905dc4c4415be56cea107b5e847eebda881.tar.gz alacritty-5955b905dc4c4415be56cea107b5e847eebda881.zip |
Add vi search paste bindings
Closes #7511.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5975ac..9b1fa37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.13.1-rc1 +### Added + +- Support for pasting in Vi + Search mode + ### Fixed - `alacritty migrate` failing with nonexistent imports |