mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-21 19:26:09 +03:00
Merge pull request #762 from mitchellh/mattpolzin-misc-typos
Just a couple of minor typos discovered while getting started.
This commit is contained in:
@ -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.
|
||||
|
@ -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.
|
||||
///
|
||||
|
Reference in New Issue
Block a user