Yatao Li

Results 379 comments of Yatao Li

ooh ok it's ctrl-p. note that it didn't show up in your top post. try 0.3.531? I solved some pum two-way synchronization problem.

I'm not really sure what you mean. I assume you mean fvim completion list has wrong order (but I never noticed that). Is there something I can repro? What are...

Fira Code h16 looks like this on my side: ![image](https://user-images.githubusercontent.com/20684720/158331774-4b267451-b447-4105-bc97-95385010d0f8.png) @ehsanghorbani190 what does your expected rendering look like?

Hi! `fvim` is compatible with `nvr`, just `pip install neovim-remote` and you'll be able to use the command within the neovim terminal. Outside the terminal, `nvr` doesn't know how to...

hey you figured out, nice :D Simply click "X" and close the fvim instance -- in FVR mode it will detach, not exit. You can also use the ex command...

Another trick is that if you have a remote server running fvim daemon, you can use `fvim --ssh target-machine --fvr attach` -- works like screen or tmux attach (won't be...

Oh I think I get what you mean now. You want to send an edit command to a live session... Currently this is not supported. I'll consider adding this feature....

I also got this problem when I wanted to set up inverse search for latex files. I really wish `nvr` would solve the problem though -- the only missing part...

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...