From 56ebc78b8ad3616c67e3dcfc470a5b03258ad6e7 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:40:43 +0800 Subject: [PATCH] docs: document the `text` action for `keybind` --- src/config/Config.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index c95770409..1c0459875 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -542,6 +542,9 @@ class: ?[:0]const u8 = null, /// * `esc:text` - Send an escape sequence. i.e. `esc:d` deletes to the /// 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: /// /// * The parameter is taken as-is after the `:`. Double quotes or