config: document left/right values for macos-option-as-alt

This commit is contained in:
Justin Su
2024-08-27 20:36:29 -04:00
committed by GitHub
parent 89e16ebef5
commit f8f289e8b9

View File

@ -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`).
///