-
Vim has this feature for many years.
This feature is very useful for non-western document writing.
for example, I use helix to edit a markdown file:
```md
这是一句中文 this is a Chinese sentence.
`…
-
### Describe the bug
There is a different behavior of Scroll Lock, Pause and Num Lock keys in Neovim on Windows.
On Linux, Scroll Lock toggles Scroll Lock indicator on a keyboard, Pause seems to do …
-
Hi, looks like killing the neovim-qt process (for example, with `kill -KILL {nvim-qt's pid}`) causes any swapfiles and thus unsaved changes to be deleted. This is in contrast to neovim itself. Could i…
sosmo updated
4 years ago
-
# Neovim configuration on Windows 10 - jdhao's blog
update: 2020-11-15, add detailed instruction for Neovim config location.
TL;DR: After nearly one year of using Neovim on Windows, I find that the b…
-
I've recently installed the latest release of neovim-qt (v0.2.16.1) and the character '[' is no longer registered when pressed. This didn't happen in my old version (v0.2.13)
I've checked to make s…
-
I found that during the startup of neovim-qt, it will flicker:
1. It seems that neovim-qt shows the window before it loads "ginit.vim". So I can even see the change of font,
2. It seems that neovim…
-
The value of `v:windowid` is not defined. In a terminal emulator, I can use the value of `$WINDOWID` instead, and @equalsraf has just implemented `$WINDOWID` on Neovim-Qt too (see: https://github.com/…
-
One of the main things keeping me from using neovim is that my workflow centers too heavily around starting with vim in a terminal, then using `:gui` to reclaim the terminal once I've determined wheth…
-
`echo hi | nvim -` opens `hi` in nvim buffer.
`echo hi | nvim-qt -` errors. Also `echo hi | nvim-qt --nofork -` errors. Error with nofork is:
```
QSocketNotifier: Invalid socket 9 and type 'Wr…
-
nvim-qt has an option to attach to existing nvim sessions: https://github.com/equalsraf/neovim-qt/wiki/Remote-attachment
This enables us to use nvim-qt to attach to nvim running on remote servers v…