diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | alacritty.yml | 2 | ||||
-rw-r--r-- | alacritty_windows.yml | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 209545f6..a3b0c16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Replaced `Command` with `Super` in the Linux and Windows config documentation + ## Version 0.2.5 ### Added diff --git a/alacritty.yml b/alacritty.yml index b1cfa9f8..634d40a3 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -342,7 +342,7 @@ live_config_reload: true # `showkey --scancodes` # # Values for `mods`: -# - Command +# - Super # - Control # - Shift # - Alt diff --git a/alacritty_windows.yml b/alacritty_windows.yml index 0d08b1e8..c12d269e 100644 --- a/alacritty_windows.yml +++ b/alacritty_windows.yml @@ -326,7 +326,7 @@ enable_experimental_conpty_backend: false # `showkey --scancodes` # # Values for `mods`: -# - Command +# - Super # - Control # - Shift # - Alt |