gm daeec746b0 Fix menu mouse click, switch to native tab bar, simplify tab titles
- Alt+Left-click never reached our show-main-menu binding because
  WezTerm's own default mouse bindings already claim ALT+drag on a
  pane as the start of rectangular/block text selection, swallowing
  the click before our handler saw it. Rebound the menu trigger to
  Ctrl+Shift+Left-click, which isn't claimed by any default gesture,
  and updated the status bar hint text to match.
- use_fancy_tab_bar = true: the retro (lightweight) tab bar has no
  per-tab close button at all; the native/OS-style bar shows a
  hover close (x) button per tab and supports dragging a tab out of
  the strip to pop it into its own window (the closest native
  equivalent to an explicit "open in new window" button).
- format-tab-title now renders just the terminal/process name instead
  of "index: name [domain]" -- shorter titles leave the native tab
  bar's close button room to render, and per-host color-coding already
  conveys the domain without needing it spelled out in text.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-18 01:16:32 +09:00
Description
WezTerm configuration
409 KiB
Languages
Lua 100%