You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple hydra for navigating and manipulating tabpages, and noticed slowdown when using the commands quickly.
If i try to navigate quickly through a bunch of tabs neovim slows down and eventually stops, like exponential lag on each keypress. The same happens if I try to open a bunch of tabs. I have only experienced this when manipulating tabpages. I have disabled all plugins for troubleshooting without resolving the problem
Here is the minimal hydra to reproduce the issue:
Expected: Seemless navigation between tabs
Actual: Massive slowdown and eventual freezing of neovim
Example of creating tabs
In this clip I am spamming open new tabs to demonstrate slowdown, assume I am always spamming
Example of navigating tabs
The only negative to the issue as spamming to open new tabs is not really realistic, but navigating a few tabs is...
As before assume I am always spamming the navigation buttons to move between them as fast as possible.
The text was updated successfully, but these errors were encountered:
Neovim version
Description of issue
I have a simple hydra for navigating and manipulating tabpages, and noticed slowdown when using the commands quickly.
If i try to navigate quickly through a bunch of tabs neovim slows down and eventually stops, like exponential lag on each keypress. The same happens if I try to open a bunch of tabs. I have only experienced this when manipulating tabpages. I have disabled all plugins for troubleshooting without resolving the problem
Here is the minimal hydra to reproduce the issue:
Configuration
Steps to reproduce
<leader>t
Expected: Seemless navigation between tabs
Actual: Massive slowdown and eventual freezing of neovim
Example of creating tabs
In this clip I am spamming open new tabs to demonstrate slowdown, assume I am always spamming
Example of navigating tabs
The only negative to the issue as spamming to open new tabs is not really realistic, but navigating a few tabs is...
As before assume I am always spamming the navigation buttons to move between them as fast as possible.
The text was updated successfully, but these errors were encountered: