summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-06-15 03:12:39 +0300
committerGitHub <noreply@github.com>2020-06-15 03:12:39 +0300
commitb15b476371481202504c509a742ca7b453aec8ba (patch)
tree978a6fa975349c58c0c868f70cd366f5419cb5b0 /CHANGELOG.md
parent00870b2c5cf58d5f713b91257578891f28b48a3e (diff)
downloadalacritty-b15b476371481202504c509a742ca7b453aec8ba.tar.gz
alacritty-b15b476371481202504c509a742ca7b453aec8ba.zip
Rework default config binding replacement
This reworks the criteria necessary for default bindings to be overwritten by custom user bindings. It should provide a better heuristic which accounts for the possibility that notmodes are added which prevent a conflict between the bindings, so the default isn't unnecessarily removed. It is still possible to define a new binding that intersects a default binding without the default getting removed, if the user explicitly specifies a mode that doesn't include the default binding's mode. This is based on the assumption that users explicitly specifying a new mode are trying to make a mode-specific addition and are capable of removing the default when desired. This helps with old modes still being present in user's config files, since a lot of new config options just have the additional ~Vi mode set. Fixes #3476.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf0c80c6..54c5ebbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Default color scheme is now `Tomorrow Night` with the bright colors of `Tomorrow Night Bright`
- Set IUTF8 termios flag for improved UTF8 input support
- Dragging files into terminal now adds a space after each path
+- Default binding replacement conditions
### Fixed