fvim icon indicating copy to clipboard operation
fvim copied to clipboard

Issues with switching tabs.

Open ishan9299 opened this issue 2 years ago • 2 comments

I am on Windows 11. To recreate the problem I am facing

  1. Open a file
  2. Create a new tab
  3. Switch the tab by pressing gt
  4. Again switch the tab by pressing gt.

The tab with empty buffer doesn't show up. I am on neovim 0.6

ishan9299 avatar Dec 01 '21 17:12 ishan9299

can confirm -- probably because multigrid requires the client to memorize each tab... or there's a new event that fvim does not recognize.

will look into this.

as a quick workaround, press ctrl-l to force a redraw.

thanks!

yatli avatar Dec 01 '21 19:12 yatli

Revisiting this:

neovim thinks FVim is holding all the states in each tab while FVim is only holding one grid.

To solve this, each tab should have its own grid representation.

yatli avatar Mar 29 '22 13:03 yatli