Sync IdeaVim shortcut handler settings
I use the IdeaVim plugin in various JetBrains products, mostly Idea and RubyMine. I am also working on several PCs, and set up a new dev environment quite often.
I can keep most of my settings and installed plugins in sync quite well across installations by using my JetBrains Account and the Settings Sync plugin, but the Vim Emulation settings added by IdeaVim are not synced.
This means that I have to reconfigure the shortcut conflicts every time I use a new JetBrains IDE or move to a new machine - not too much work, but I would still like to avoid it.
I am aware that the IdeaVim plugin saves its settings (including the ones mentioned above) in the file ~/.IntelliJIdea2018.2/config/options/vim_settings.xml
, but this file is not synced by Settings Sync. I am also aware I can use .ideavimrc
to customize shortcuts (and I can sync that using some dotfile manager) but to my knowledge there is no way to configure the shortcut conflicts settings in that file.
Is there a way to sync the Vim shortcut handler settings as pictured from one machine to the other?
jetbrains intellij-plugin ideavim
add a comment |
I use the IdeaVim plugin in various JetBrains products, mostly Idea and RubyMine. I am also working on several PCs, and set up a new dev environment quite often.
I can keep most of my settings and installed plugins in sync quite well across installations by using my JetBrains Account and the Settings Sync plugin, but the Vim Emulation settings added by IdeaVim are not synced.
This means that I have to reconfigure the shortcut conflicts every time I use a new JetBrains IDE or move to a new machine - not too much work, but I would still like to avoid it.
I am aware that the IdeaVim plugin saves its settings (including the ones mentioned above) in the file ~/.IntelliJIdea2018.2/config/options/vim_settings.xml
, but this file is not synced by Settings Sync. I am also aware I can use .ideavimrc
to customize shortcuts (and I can sync that using some dotfile manager) but to my knowledge there is no way to configure the shortcut conflicts settings in that file.
Is there a way to sync the Vim shortcut handler settings as pictured from one machine to the other?
jetbrains intellij-plugin ideavim
add a comment |
I use the IdeaVim plugin in various JetBrains products, mostly Idea and RubyMine. I am also working on several PCs, and set up a new dev environment quite often.
I can keep most of my settings and installed plugins in sync quite well across installations by using my JetBrains Account and the Settings Sync plugin, but the Vim Emulation settings added by IdeaVim are not synced.
This means that I have to reconfigure the shortcut conflicts every time I use a new JetBrains IDE or move to a new machine - not too much work, but I would still like to avoid it.
I am aware that the IdeaVim plugin saves its settings (including the ones mentioned above) in the file ~/.IntelliJIdea2018.2/config/options/vim_settings.xml
, but this file is not synced by Settings Sync. I am also aware I can use .ideavimrc
to customize shortcuts (and I can sync that using some dotfile manager) but to my knowledge there is no way to configure the shortcut conflicts settings in that file.
Is there a way to sync the Vim shortcut handler settings as pictured from one machine to the other?
jetbrains intellij-plugin ideavim
I use the IdeaVim plugin in various JetBrains products, mostly Idea and RubyMine. I am also working on several PCs, and set up a new dev environment quite often.
I can keep most of my settings and installed plugins in sync quite well across installations by using my JetBrains Account and the Settings Sync plugin, but the Vim Emulation settings added by IdeaVim are not synced.
This means that I have to reconfigure the shortcut conflicts every time I use a new JetBrains IDE or move to a new machine - not too much work, but I would still like to avoid it.
I am aware that the IdeaVim plugin saves its settings (including the ones mentioned above) in the file ~/.IntelliJIdea2018.2/config/options/vim_settings.xml
, but this file is not synced by Settings Sync. I am also aware I can use .ideavimrc
to customize shortcuts (and I can sync that using some dotfile manager) but to my knowledge there is no way to configure the shortcut conflicts settings in that file.
Is there a way to sync the Vim shortcut handler settings as pictured from one machine to the other?
jetbrains intellij-plugin ideavim
jetbrains intellij-plugin ideavim
edited Nov 16 '18 at 22:45
LazyOne
106k21240258
106k21240258
asked Nov 16 '18 at 20:38
hschne
462416
462416
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The IDE Settings Sync plugin doesn't allow to sync settings of plugins such as IdeaVim. According to the docs, it syncs only the following settings of the IDE itself:
IDE themes, keymaps, color schemes, system settings, UI settings, menus and toolbars settings, project view settings, editor settings, code completion settings, parameter name hints, live templates, code styles, and the list of enabled and disabled plugins
Editor settings don't include custom plugins that work with the editor. The only thing about plugins that is synced is the list of the plugins itself.
Feel free to file a feature request at https://youtrack.jetbrains.com/issues/IDEA about synchronizing settings of plugins.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53345052%2fsync-ideavim-shortcut-handler-settings%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The IDE Settings Sync plugin doesn't allow to sync settings of plugins such as IdeaVim. According to the docs, it syncs only the following settings of the IDE itself:
IDE themes, keymaps, color schemes, system settings, UI settings, menus and toolbars settings, project view settings, editor settings, code completion settings, parameter name hints, live templates, code styles, and the list of enabled and disabled plugins
Editor settings don't include custom plugins that work with the editor. The only thing about plugins that is synced is the list of the plugins itself.
Feel free to file a feature request at https://youtrack.jetbrains.com/issues/IDEA about synchronizing settings of plugins.
add a comment |
The IDE Settings Sync plugin doesn't allow to sync settings of plugins such as IdeaVim. According to the docs, it syncs only the following settings of the IDE itself:
IDE themes, keymaps, color schemes, system settings, UI settings, menus and toolbars settings, project view settings, editor settings, code completion settings, parameter name hints, live templates, code styles, and the list of enabled and disabled plugins
Editor settings don't include custom plugins that work with the editor. The only thing about plugins that is synced is the list of the plugins itself.
Feel free to file a feature request at https://youtrack.jetbrains.com/issues/IDEA about synchronizing settings of plugins.
add a comment |
The IDE Settings Sync plugin doesn't allow to sync settings of plugins such as IdeaVim. According to the docs, it syncs only the following settings of the IDE itself:
IDE themes, keymaps, color schemes, system settings, UI settings, menus and toolbars settings, project view settings, editor settings, code completion settings, parameter name hints, live templates, code styles, and the list of enabled and disabled plugins
Editor settings don't include custom plugins that work with the editor. The only thing about plugins that is synced is the list of the plugins itself.
Feel free to file a feature request at https://youtrack.jetbrains.com/issues/IDEA about synchronizing settings of plugins.
The IDE Settings Sync plugin doesn't allow to sync settings of plugins such as IdeaVim. According to the docs, it syncs only the following settings of the IDE itself:
IDE themes, keymaps, color schemes, system settings, UI settings, menus and toolbars settings, project view settings, editor settings, code completion settings, parameter name hints, live templates, code styles, and the list of enabled and disabled plugins
Editor settings don't include custom plugins that work with the editor. The only thing about plugins that is synced is the list of the plugins itself.
Feel free to file a feature request at https://youtrack.jetbrains.com/issues/IDEA about synchronizing settings of plugins.
answered Dec 6 '18 at 16:52
Andrey Vlasovskikh
11.7k53050
11.7k53050
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53345052%2fsync-ideavim-shortcut-handler-settings%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown