1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-01-11 19:42:46 +01:00

VIM-92 Note about resetting custom shortcuts

This commit is contained in:
Andrey Vlasovskikh 2013-03-27 17:54:51 +04:00
parent 38b859e555
commit 348d88d543

View File

@ -170,6 +170,7 @@ public class VimPlugin implements ApplicationComponent, PersistentStateComponent
if (previousStateVersion < 1 && VimKeyMapUtil.isVimKeymapInstalled()) {
if (Messages.showYesNoDialog("Vim keymap generator has been updated to create keymaps more compatible " +
"with base keymaps.\n\nDo you want to reconfigure your Vim keymap?\n\n" +
"Warning: Any custom shortcuts will be lost!\n\n" +
"(You can do it later using Tools | Reconfigure Vim Keymap).",
IDEAVIM_NOTIFICATION_TITLE,
Messages.getQuestionIcon()) == Messages.YES) {