mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
docs: document the text
action for keybind
This commit is contained in:
@ -542,6 +542,9 @@ class: ?[:0]const u8 = null,
|
|||||||
/// * `esc:text` - Send an escape sequence. i.e. `esc:d` deletes to the
|
/// * `esc:text` - Send an escape sequence. i.e. `esc:d` deletes to the
|
||||||
/// end of the word to the right.
|
/// end of the word to the right.
|
||||||
///
|
///
|
||||||
|
/// * `text:text` - Send a string. Uses Zig string literal syntax.
|
||||||
|
/// i.e. `text:\x15` sends Ctrl-U.
|
||||||
|
///
|
||||||
/// Some notes for the action:
|
/// Some notes for the action:
|
||||||
///
|
///
|
||||||
/// * The parameter is taken as-is after the `:`. Double quotes or
|
/// * The parameter is taken as-is after the `:`. Double quotes or
|
||||||
|
Reference in New Issue
Block a user