kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.31k stars 52 forks source link

Navigating with 'j' is very slow #112

Closed mister-drgn closed 7 months ago

mister-drgn commented 7 months ago

For some reason, scrolling down with the 'j' key is laggy--it takes about a second each time the selection moves down. In contrast, scrolling down with the down-arrow key is fast. Note that scrolling up with the 'k' key is also fast.

Additionally, scrolling down with 'j' is fast if I am running in pure lazygit, rather than lazygit-vim.

EDIT: Never mind, realized it was because I had jk mapped to Escape in Terminal mode.