wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
16.15k stars 709 forks source link

Output mouse bindings in wezterm show-keys --lua #2892

Open hexchain opened 1 year ago

hexchain commented 1 year ago

Is your feature request related to a problem? Please describe. I was trying to remove some default mouse bindings (by trying to dump them, removing the unwanted ones, and turning off default assignments), but realized that show-keys --lua, unlike show-keys, does not print mouse bindings.

Describe the solution you'd like Unless there is a better way to remove a few default bindings, I would like show-keys --lua to also print out mouse bindings.

Describe alternatives you've considered N/A

Additional context Version: 20221119-145034-49b9839f

jiz4oh commented 6 months ago

Hi @wez, thanks for your great creation, also faced this issue, can I know is this intentional, or it's a bug?