mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
config: warn the hazards of '>' for sequences
This commit is contained in:
@ -625,6 +625,10 @@ class: ?[:0]const u8 = null,
|
|||||||
/// is sometimes called a leader key, a key chord, a key table, etc. There
|
/// is sometimes called a leader key, a key chord, a key table, etc. There
|
||||||
/// is no hardcoded limit on the number of parts in a sequence.
|
/// is no hardcoded limit on the number of parts in a sequence.
|
||||||
///
|
///
|
||||||
|
/// Warning: if you define a sequence as a CLI argument to `ghostty`,
|
||||||
|
/// you probably have to quote the keybind since `>` is a special character
|
||||||
|
/// in most shells. Example: ghostty --keybind='ctrl+a>n=new_window'
|
||||||
|
///
|
||||||
/// A trigger sequence has some special handling:
|
/// A trigger sequence has some special handling:
|
||||||
///
|
///
|
||||||
/// * Ghostty will wait an indefinite amount of time for the next key in
|
/// * Ghostty will wait an indefinite amount of time for the next key in
|
||||||
|
Reference in New Issue
Block a user