kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: wrong cursor motion on mouse scroll in the right preview window

linrongbin16 opened this issue · comments

Description

When opening lazygit window, I try to use mouse scroll down and view git diff on the right preview window.

But the behaviour is different with the terminal lazygit. The cursor just run away, and I have to re-open it.

To Reproduce

nvim config:

set mouse=a

Expected behavior

correct mouse scroll behaviour.

Screenshots

Desktop (please complete the following information):

macOS 13.4.1 (latest stable), M1 MAX chip.

  • nvim --version: v0.9.1

I found this issue only appears on neovide, a GUI client of neovim, not on native terminal such as iterm2, alacritty.

So maybe this is an issue from neovide.