diff options
| -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 + } |
