forked from qt-creator/qt-creator
FakeVim: Add emulation for vim-commentary
Change-Id: I34f222182835ae160e6c4c66ad0bada79d8abeff Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Tom Praschan
parent
b1f1ecb1b5
commit
f626e27370
@@ -113,6 +113,9 @@ FakeVimSettings::FakeVimSettings()
|
||||
createAction(ConfigBackspace, QString("indent,eol,start"), "ConfigBackspace", "bs");
|
||||
createAction(ConfigIsKeyword, QString("@,48-57,_,192-255,a-z,A-Z"), "IsKeyword", "isk");
|
||||
createAction(ConfigClipboard, QString(), "Clipboard", "cb");
|
||||
|
||||
// Emulated plugins
|
||||
createAction(ConfigEmulateVimCommentary, false, "commentary");
|
||||
}
|
||||
|
||||
FakeVimSettings::~FakeVimSettings()
|
||||
|
||||
Reference in New Issue
Block a user