aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-07 21:56:55 +0000
committerGitHub <noreply@github.com>2019-01-07 21:56:55 +0000
commita38a0679926628271d2a02c1c28e554402038ddc (patch)
tree18dddf338d7b132ecc186c01505fda3b96485e17
parent55c894b30be46d4dcc59ce78f357f2b55ef20bb0 (diff)
downloadalacritty-a38a0679926628271d2a02c1c28e554402038ddc.tar.gz
alacritty-a38a0679926628271d2a02c1c28e554402038ddc.zip
Fix minor issues in the config documentation
-rw-r--r--CHANGELOG.md6
-rw-r--r--alacritty.yml2
-rw-r--r--alacritty_windows.yml2
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