From f8f289e8b95d43d6208c7c97d7e211d8f342f280 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Tue, 27 Aug 2024 20:36:29 -0400 Subject: [PATCH] config: document left/right values for `macos-option-as-alt` --- src/config/Config.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 3d2f881df..725166adc 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1317,6 +1317,9 @@ keybind: Keybinds = .{}, /// `false` to restore the macOS *Alt* key unicode sequences but this will break /// terminal sequences expecting *Alt* to work. /// +/// The values `left` or `right` enable this for the left or right *Option* +/// key, respectively. +/// /// Note that if an *Option*-sequence doesn't produce a printable character, it /// will be treated as *Alt* regardless of this setting. (i.e. `alt+ctrl+a`). ///