74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

no vim mode enable option in settings.json or shortcut to toggle this mode ? #41

Closed daizhan closed 8 years ago

74th commented 8 years ago

This plugin does not have no vim mode. What case do you need? I think it is not difficult to add the shortcut.

daizhan commented 8 years ago

@74th I means there is no way back to original vscode edit mode once I installed the vim plugin. sometimes a shortcut or switch is a friendly option to user, like sublime text.

74th commented 8 years ago

@daizhan Can you use that default mode option sets insert? Do you need another switch?

// default mode (default: "normal")
"vimStyle.defaultMode": "insert",
daizhan commented 8 years ago

@74th OK, maybe my description is not clear enough. I need another switch that can diable or enable vim feature. for example vimStyle.enable: true or a shortcut I think that can improve experience. user don't have to uninstall the plugin to back original. after all the vim feature is not completely compatible and vscode also has its own feature.

74th commented 8 years ago

This option is supported now.

// disable without to uninstall (default: "true")
"vimStyle.enabled": "false",
daizhan commented 7 years ago

Great, thank you very much.

daizhan commented 7 years ago

I find another enhafincement that make a shortcuts to the option vimStyle.enabled, like vim.Esc.

do you have any idea to workaround it ?

74th commented 7 years ago

Sorry, waiting for next update. #45