summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChris Copeland <chris@chrisnc.net>2022-02-27 10:35:23 -0800
committerGitHub <noreply@github.com>2022-02-27 18:35:23 +0000
commit00383ae967fef6216396c3acaf96a7002b013298 (patch)
treecec78536a33664d7abff1e0c6315e9a1b8c738fc /CHANGELOG.md
parent13b6248dd92b823bc90e86c77e367b77c27ed4a0 (diff)
downloadalacritty-00383ae967fef6216396c3acaf96a7002b013298.tar.gz
alacritty-00383ae967fef6216396c3acaf96a7002b013298.zip
Add `ToggleMaximized` key binding action
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f75e598..15b9a41c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Track and report surface damage information to Wayland compositors
- Escape sequence for undercurl, dotted and dashed underlines (`CSI 4 : [3-5] m`)
+- `ToggleMaximized` key binding action to (un-)maximize the active window, not bound by default
### Changed
@@ -28,7 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- - Option `font.builtin_box_drawing` to disable the built-in font for drawing box characters
+- Option `font.builtin_box_drawing` to disable the built-in font for drawing box characters
### Changed