anuvyklack / windows.nvim

Automatically expand width of the current window. Maximizes and restore it. And all this with nice animations!
MIT License
537 stars 15 forks source link

Move between split immediately follwed by openning Telescope result in entering normal mode #27

Open jjiangweilan opened 1 year ago

jjiangweilan commented 1 year ago

Hi as title suggests. If I quickly move between window split and then enter Telescope, Nvim will enter normal mode, and the only way I can quit is using Pounce.nvim to move out of Telescope

update: I did some test. Basically I need to wait until the animation is over to not to trigger this buggy behavior update: looks like disabling animation helps