admin管理员组文章数量:1356929
I'm using VsVim 2022 in Visual Studio 2022, but I'm experiencing severe lag when using certain Vim commands, such as:
x
to delete a characterc
to change text
dd
to delete an entire line
- Sometimes with
del
in normal mode
Whenever I use these commands, the IDE slows down significantly or even freezes. Visual Studio also shows a warning that VsVim is reducing typing performance.
Reinstalling VsVim – I uninstalled and reinstalled the extension, but the issue persists.
Reinstalling Visual Studio – I did a clean installation, but it didn't help.
Resetting keybindings – I tried adjusting VsVim's keybindings with no success.
Disabling VsVim – When I disable the extension, performance returns to normal.
Delete
vimdata.json
inside of VsVim folder
VsVim version - 2.10.0.6
I'm using VsVim 2022 in Visual Studio 2022, but I'm experiencing severe lag when using certain Vim commands, such as:
x
to delete a characterc
to change text
dd
to delete an entire line
- Sometimes with
del
in normal mode
Whenever I use these commands, the IDE slows down significantly or even freezes. Visual Studio also shows a warning that VsVim is reducing typing performance.
Reinstalling VsVim – I uninstalled and reinstalled the extension, but the issue persists.
Reinstalling Visual Studio – I did a clean installation, but it didn't help.
Resetting keybindings – I tried adjusting VsVim's keybindings with no success.
Disabling VsVim – When I disable the extension, performance returns to normal.
Delete
vimdata.json
inside of VsVim folder
VsVim version - 2.10.0.6
Share Improve this question asked Mar 30 at 12:54 Eduardo ValencioEduardo Valencio 112 bronze badges1 Answer
Reset to default 0I Just add this line to my vsvim settings file .vsvimrc
and problem solved
set clipboard=
本文标签:
版权声明:本文标题:performance - VsVim 2022 lagging when using x, c, or dd in Visual Studio 2022 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743988421a2571690.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论