Yatao Li

Results 379 comments of Yatao Li

could be related to this: https://github.com/neovim/neovim/issues/13331 and I have a (weird) workaround -- `:checkhealth`, and it will detect the FVim clipboard provider. :)

Wondering if you're interested in: https://github.com/yatli/gui-widgets.nvim I can add support for custom fonts for that.

I recently changed the osx launcher (https://github.com/yatli/fvim/blob/master/lib/fvim-osx-launcher) behavior, so that: 1. It looks for the user's default shell 2. It uses the default shell as a login shell, run `/usr/bin/env`...

Looks like if several ctrl-key combinations are pressed in a row, the first will not come up on the control key press event. Tested on Windows, X11 and macos, this...

Follow linked issues please.

What is the expected behavior?

Aha. Totally forgot about this :D The arg is actually `--terminal-cmd`. I'll update the README, thanks!

Could you try this: `fvim -u NORC +"set mouse=a" +"set noshowmode" +"set laststatus=0" +"set noruler" +"set noshowcmd" +"terminal pwsh"`

@rashil2000 updated the line, pls try again

I'm guessing it's some quote escape problem again so that fvim fail to assemble the correct startup args