-
```
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…
-
```
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…
-
`vim-togglecursor` overwites `t_SI` and `t_EI` preventing other settings from being applied (i.e. as shown in https://coderwall.com/p/if9mda/automatically-set-paste-mode-in-vim-when-pasting-in-insert-…
-
Execute `Vim Mode Plus: Clip Debug Info`(which write info to clipboard) then paste here.
debug info
```json
{
"atom": "1.51.0",
"platform": "darwin",
"release": "19.5.0",
"vmpVe…
-
This was a comment in #51, but I think it deserves its own thread.
The suggestion is to add a new mode `InputfieldNormal` in input field such that entering keys does not edit the input field but mo…
-
When I am editing a file in Vim (in normal-mode), then press `O` (capital-o) to insert a line above the current line, the terminal does not refresh to show the new line until I begin entering text.
m…
-
### Microsoft PowerToys version
0.76.2
### Installation method
Chocolatey
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
(I originally found the issu…
dstj updated
2 months ago
-
Thanks for bringing the incredible vim-surround to Atom!
The original supports surrounding a text object with the normal-mode command `ys`. From the README:
> Now with the cursor on "Hello", press …