mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Fix minor issues in the config documentation
This commit is contained in:
parent
55c894b30b
commit
a38a067992
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -342,7 +342,7 @@ live_config_reload: true
|
|||
# `showkey --scancodes`
|
||||
#
|
||||
# Values for `mods`:
|
||||
# - Command
|
||||
# - Super
|
||||
# - Control
|
||||
# - Shift
|
||||
# - Alt
|
||||
|
|
|
@ -326,7 +326,7 @@ enable_experimental_conpty_backend: false
|
|||
# `showkey --scancodes`
|
||||
#
|
||||
# Values for `mods`:
|
||||
# - Command
|
||||
# - Super
|
||||
# - Control
|
||||
# - Shift
|
||||
# - Alt
|
||||
|
|
Loading…
Reference in a new issue