diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-19 01:15:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 01:15:34 +0000 |
commit | 18a226fe4562a9c80800a3adc23d77f452d1a635 (patch) | |
tree | 4f3d97f40fc36142392d03b64fb8a2cbddb144cd /CHANGELOG.md | |
parent | 9724418d350df881afe8453bde6eb88643e7211e (diff) | |
download | alacritty-18a226fe4562a9c80800a3adc23d77f452d1a635.tar.gz alacritty-18a226fe4562a9c80800a3adc23d77f452d1a635.zip |
Fix vi mode terminal reset
Since the vi mode is unrelated to the terminal emulation itself, it
should not be reset during a `reset` to prevent unnecessary confusion.
This also prevents the search from switching from vi mode to vi-less
search without any indication to the user.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 526f611b..741702ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Wide characters sometimes being cut off +- Preserve vi mode across terminal `reset` ## 0.6.0 |