You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
I like to use this extension but unfortunately for this version of VSCode vim and the other popular ones which feature the repeat (N) command, typing in insert mode ramps up the CPU to unusable levels. The only possibility for me being able to use a vim extension (with a repeat command) in VS code is to disable the extension when entering insert mode. Unfortunately, this setting fails to work for me, with all of the Vim modes still operating when 'vimStyle.enabled' is set to false. Is there any possible fix for this?
EDIT: I have just noticed that the option does in fact work, but only when reloading the window or restarting VS code vim. I guess this is then a feature request, is it possible for this option to work real-time? Such that having the setting changed (in this case I have a settings toggle extension in VS code) to false or true enables or disables as much of the functionality upon the saving of the settings file, instead of having to restart VS code?
Many thanks,
Sam
The text was updated successfully, but these errors were encountered:
samueltlg
changed the title
The vimStyle.enabled does not work
Is it possible for the vimStyle.enabled option to work real-time?
Jul 29, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I like to use this extension but unfortunately for this version of VSCode vim and the other popular ones which feature the repeat (N) command, typing in insert mode ramps up the CPU to unusable levels. The only possibility for me being able to use a vim extension (with a repeat command) in VS code is to disable the extension when entering insert mode. Unfortunately, this setting fails to work for me, with all of the Vim modes still operating when 'vimStyle.enabled' is set to false. Is there any possible fix for this?
EDIT: I have just noticed that the option does in fact work, but only when reloading the window or restarting VS code vim. I guess this is then a feature request, is it possible for this option to work real-time? Such that having the setting changed (in this case I have a settings toggle extension in VS code) to false or true enables or disables as much of the functionality upon the saving of the settings file, instead of having to restart VS code?
Many thanks,
Sam
The text was updated successfully, but these errors were encountered: