Merge pull request #762 from mitchellh/mattpolzin-misc-typos

Just a couple of minor typos discovered while getting started.
This commit is contained in:
Mitchell Hashimoto
2023-10-29 12:55:12 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ Ghostty supports some features that require shell integration. I am aiming
to support many of the features that
[Kitty supports for shell integration](https://sw.kovidgoyal.net/kitty/shell-integration/).
The currently support shell integration features in Ghostty:
The currently supported shell integration features in Ghostty:
- We do not confirm close for windows where the cursor is at a prompt.
- New terminals start in the working directory of the previously focused terminal.

View File

@ -307,7 +307,7 @@ command: ?[]const u8 = null,
/// "ctrl+a", "ctrl+shift+b", "up". Some notes:
///
/// - modifiers cannot repeat, "ctrl+ctrl+a" is invalid.
/// - modifiers and key scan be in any order, "shift+a+ctrl" is weird,
/// - modifiers and keys can be in any order, "shift+a+ctrl" is weird,
/// but valid.
/// - only a single key input is allowed, "ctrl+a+b" is invalid.
///