-
```
When using "NoMatchParen" (from the matchparen plugin in the runtime) via
a *ReadPre autocommand this might cause a E201, because it uses "windo"
and then the "(curbuf != old_curbuf)" check in Vi…
-
```
When using "NoMatchParen" (from the matchparen plugin in the runtime) via
a *ReadPre autocommand this might cause a E201, because it uses "windo"
and then the "(curbuf != old_curbuf)" check in Vi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm using mutiple floating terminals and switch between them using `TermSelect`.
Sometimes…
-
Overtype is implemented differently in different editors. This issue is meant as a central point to collect investigation results as to how different editors implement overtyping. There are major poin…
-
I got used to control+c to escape on NeoVim
I don't like control+d how to set it up
note: I used
`VIM_MODE_VICMD_KEY='^D'`
and it worked fine but
`VIM_MODE_VICMD_KEY='^C'`
doesn't work
-
I have checked #1018 and #658, but it's not helping.
#### Steps to reproduce the problem:
1. Enter insert mode
2. Input "aaaaaaaaaaaaaaaaaaabbbbbbbbbbbbccccccccccc"
3. Move to beginning of line
…
-
In original vim when we add new line by `o`, they auto indent. But if we exit to normal mode spaces are deleted and vim leave empty new line.
vim-mode-plus adds spaces (auto indent), but after we e…
-
自己测试了一下app_options 的 vim_mode的功能。
经过测试 app_options 的 vim_mode 对 iterm2 是有效的,但对 com.sublimetext.4 感觉是无效的。
请问一下,是没有对 com.sublimetext.4 做兼容,还是我个人设置的问题?
**環境**
- 系統版本: (macOS 14.7)
- 鼠鬚管版本: (0.16.0…
-
### Checklist
- [X] Have you tried updating the plugin to the latest version?
- [X] Have you checked the [Breaking Changes issue](https://github.com/kylechui/nvim-surround/issues/77)?
- [X] Have …
-
### I report a vim command mode autocompletion issue again :love_letter:
Issue title says it mostly. Selecting an autocompletion suggestion causes some misbehaviour - I think.
User can't consiste…