[QtCreator] Fakevim change default leader key
-
I found the following source code:
static const QMap<QString, int> k = { // FIXME: Should be value of mapleader. {"LEADER", Key_Backslash},
It seems that the leader key is hard-coded to Key_Backslash, is there a way to support custom leader key ?
-
I found the following source code:
static const QMap<QString, int> k = { // FIXME: Should be value of mapleader. {"LEADER", Key_Backslash},
It seems that the leader key is hard-coded to Key_Backslash, is there a way to support custom leader key ?
@listenerri said in [QtCreator] Fakevim change default leader key:
I found the following source code
You mean in QtCreator source code.
You should consider asking this question on Qt developers mailing list.