Skip to content
Snippets Groups Projects
Commit bddd9fa3 authored by hjk's avatar hjk
Browse files

Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandler

parent 2fbbdca9
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ using namespace ProjectExplorer;
namespace FakeVim {
namespace Constants {
const char * const INSTALL_HANDLER = "FakeVim.InstallHandler";
const char * const MINI_BUFFER = "FakeVim.MiniBuffer";
const char * const INSTALL_HANDLER = "TextEditor.FakeVimHandler";
const char * const MINI_BUFFER = "TextEditor.FakeVimMiniBuffer";
const char * const INSTALL_KEY = "Alt+V,Alt+V";
} // namespace Constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment