zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
21.2k stars 644 forks source link

Alt + click doesn't work #2014

Open imsuck opened 1 year ago

imsuck commented 1 year ago

Basic information

zellij --version: 0.34.3 stty size: 41 166 uname -av: Linux endeavouros 6.0.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 08 Dec 2022 11:03:38 +0000 x86_64 GNU/Linux

helix --version: helix 0.34.3 wezterm --version: wezterm 20221119-145034-49b9839f

Further information Alt + click seems to not be sent to helix. So when I Alt + click, helix doesn't add multiple cursors.

imsnif commented 1 year ago

Hey, good find! @tlinford do you have time to work on this? I think it's mostly about adding modifiers to mouse clicks

raphCode commented 1 year ago

I want to note that some (most?) window managers are configured by default to catch and process Alt + any mouse events on their own, so to test this some configuration change may be required.

edrex commented 1 year ago

I just hit this too, same use-case (helix uses alt-click to add cursors). Foot terminal here (so not wezterm specific). Lock doesn't help.

edrex commented 1 year ago

Maybe "lock" should also disable the alt+drag copy to system clipboard feature.

sbrow commented 2 months ago

Has there been any progress on this? It really hampers helix users :'(