akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.37k stars 62 forks source link

[Feature Request] hide cursor when typing #407

Closed Marskey closed 2 years ago

Marskey commented 2 years ago

OS: macos Goneovim-version:0.6.3 this is fastest gui that i've used, i love it, Appreciate your effort

akiyosi commented 2 years ago

@Marskey Hi, Glad you liked it. And thanks for this issue report. I would like to know a little more about your issue.

  1. You say that the cursor disappears while typing, does the problem occur with /path/to/goneovim -u NONE ?

  2. if the problem does not occur with 1. please let me know your neovim configs.

Marskey commented 2 years ago

Oh, my mistake, this is not a issue, it's a feature that i want it.

Marskey commented 2 years ago

Neovide has a option let g:neovide_hide_mouse_when_typing = 1 i really like it, but Neovide is good tool but not faster than yours. can you add this options?

akiyosi commented 2 years ago

I understand the details of the requested feature. I think it is useful and I have added it to the goneovim. You can try the feature with the following CI job.

https://github.com/akiyosi/goneovim/actions/runs/3022868955

You can activate the feature by putting the following in settings.toml

[Editor]
# ...
HideMouseWhenTyping=true
Marskey commented 2 years ago

Thank your