zellij-org / zellij

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

bug: mouse click not working in neovim inside zellij #1011

Open irmantas opened 2 years ago

irmantas commented 2 years ago

Basic information

zellij --version: zellij 0.24.0 (default config) tput lines: 44 tput cols: 198 uname -av or ver(Windows): Darwin MacBook-Pro-2 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64

List of programs you interact with as, PROGRAM --version: nvim --version:

NVIM v0.6.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@HMBRW-A-001-M1-004.local

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.6.1/share/nvim"

alacritty --version: alacritty 0.10.0-rc4 (6549303e)

Further information I have neovim almost identical to https://github.com/LunarVim/Neovim-from-scratch witch contains buffer tabs (on top) and file explorer. When neovim is started in zellij mouse clicks on these plugins is not working (not captured). Without zellij or in tmux mouse clicks works as expected.

jaeheonji commented 2 years ago

Hi @irmantas!

I thought this was a new feature, so I made an new issue and linked. Thank you!