Merge pull request #2157 from injust/patch-1

config: document left/right values for `macos-option-as-alt`
This commit is contained in:
Mitchell Hashimoto
2024-08-28 07:44:11 -07:00
committed by GitHub

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