diff options
| author | 2026-06-18 12:55:39 -0700 | |
|---|---|---|
| committer | 2026-06-18 12:55:49 -0700 | |
| commit | 63616dedf3f7d86e1b57753c803d40301427d1a9 (patch) | |
| tree | 779d5c459412cefc6274e9309775584b16f61864 | |
| parent | b6f1e2c08576beb164638e8b25a48c647d4a7a04 (diff) | |
| download | new-dotfiles-63616dedf3f7d86e1b57753c803d40301427d1a9.tar.gz new-dotfiles-63616dedf3f7d86e1b57753c803d40301427d1a9.zip | |
wezterm: Don't use compose key in wezterm
| -rw-r--r-- | wezterm/.config/wezterm/wezterm.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wezterm/.config/wezterm/wezterm.fnl b/wezterm/.config/wezterm/wezterm.fnl index 65c15f1..fcf6ac3 100644 --- a/wezterm/.config/wezterm/wezterm.fnl +++ b/wezterm/.config/wezterm/wezterm.fnl @@ -67,4 +67,7 @@ ;; Min/Max/Close buttons in the tab bar (modern look). :window_decorations "INTEGRATED_BUTTONS|RESIZE" + ;; Don't use the compose key in the terminal. + :send_composed_key_when_right_alt_is_pressed false + } |
