michaelgriscom / LeaderMode

A shortcut tree extension for Visual Studio Code with a build/test/publish pipeline through Travis
http://aka.ms/LeaderMode
MIT License
35 stars 0 forks source link

Conflict with vscodevim #31

Closed PCanyi closed 5 years ago

PCanyi commented 5 years ago

When I use vscodevim, I found that use "ctrl+;" had tips in status bar, but could not do the next step.

michaelgriscom commented 5 years ago

Thanks for reporting! Ctrl+; is probably a bad default, I'll try to push out a version with a better default today

In the meantime you can set the shortcut for leadermode.enter to something else inside your keybindings.json file

michaelgriscom commented 5 years ago

Ah just re-read and saw you're using vscodevim, as mentioned in the Known Issues vscodevim doesn't play well with other extensions that use keystroke commands, the issue is tracked here

I'll close this one out for now since there's nothing that can be done within this extension to fix it. Sorry about that