compositeEscape(j,j) not removing "-- INSERT --" in master branch build for Windows.
See original GitHub issueSteps to reproduce:
- I built a vsix in Ubuntu and installed it on windows VSCode from master branch.
- Enter insert mode using
i - Press
j,j. This enters normal mode. - But string “-- INSERT --” still remains in status bar.
Note: Bug not present in ubuntu installation of master branch Bug not present in official release of plugin in windows. I also successfully reproduced the bug in clean portable VSCode
Keybindings.json
[
{
"command": "vscode-neovim.compositeEscape1",
"key": "j",
"when": "neovim.mode == insert",
"args": "j"
}
]
Setting.json
{
"vscode-neovim.highlightGroups.unknownHighlight": {
},
"vscode-neovim.neovimExecutablePaths.win32": "C:\\Users\\****\\Downloads\\Neovim\\bin\\nvim.exe"
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:13 (4 by maintainers)
Top Results From Across the Web
compositeEscape(j,j) not removing "-- INSERT --" in master branch ...
Steps to reproduce: I built a vsix in Ubuntu and installed it on windows VSCode from master branch. Enter insert mode using i...
Read more >NIJ - River Thames Conditions - Environment Agency - GOV.UK
Tajna jedinica seve, Gilmar carvalho rede ilha, Alfa romeo mito forum italia, Real madrid 24/10/12, Dhl tracking no pakistan, Jean-jacques rousseau complete ...
Read more >Untitled
D&d 4e character builder full version download, Operator the line is dead free mp3 download, Sendmessage postmessage difference, 35g branch manager phone ...
Read more >Create a branch - Visual Studio (Windows) - Microsoft Learn
In this article. Next steps. Applies to: yes Visual Studio no Visual Studio for Mac no Visual Studio Code. It's easy to create...
Read more >History - Apache Calcite
The JDBC adapter can now push down DML ( INSERT , UPDATE , DELETE ), windowed aggregates ( OVER ), IS NULL and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

For me on linux, doing
i<esc>toggles--INSERT--on and then back off properly, but if I type anything during insert mode likeiz<esc>the--INSERT--remains stuck on the status bar (until I doi<esc>again).This might be the same issue that others are having - the act of typing jk could count as “typing anything”, which causes it to get stuck.
Can others on macOS reproduce the same thing as me using only escape and not jk?
@theol0403 thanks for the info and i hope they release the PR soon!