akiyosi
akiyosi
@13k This was originally hard-coded for implementation reasons. Also, the extra space at the bottom or right side of the window beyond what is set is "left over" space from...
@harg Hi :) Thank you for the issue report. Currently Goneovim does not provide such an option. Also, the drawing process is largely related to the specification of Qt, the...
Hi, You can specify a list of font settings in `guifont`, but is this not what you want?
Yes, like this: ``` set guifont=JetBrains\ Mono:h10,Noto\ Color\ Emoji:h11 ``` If it doesn't seem to be working, there might be a bug in it.
Hi :) Thank you for this issue report. I would like to support multiple languages in goneovim if possible, and Persian is no exception. On the other hand, I'm not...
@ehsanghorbani190 Thanks for the detailed explanation! I understood that the problem with Goneovim is only a display problem, where each letter of a word is separated. I would like to...
@ehsanghorbani190 Thanks for the confirmation :D Could you please share the test.txt file to confirm the operation?
Hi, Currently, there is no way to control the scrolling distance on the trackpad. Do you want to scroll at a greater(e.g. 3-line or more) distance?
Scrolling by the track pad is realized internally by the input of `` / ``. So, if you set the `nnoremap` or `map` to these keys, scrolling may move by...
Currently, there is no setting to override the internal input key of the scroll process. So, if you map a `` / `` in `init.vim`, it will scroll in a...