mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-17 07:31:47 +02:00

I've also added sorting to be more confident that the generated file will be persistent across different machines
9 lines
571 B
JSON
9 lines
571 B
JSON
{
|
|
"!": "com.maddyhome.idea.vim.vimscript.model.commands.CmdFilterCommand",
|
|
"actionl[ist]": "com.maddyhome.idea.vim.vimscript.model.commands.ActionListCommand",
|
|
"b[uffer]": "com.maddyhome.idea.vim.vimscript.model.commands.BufferCommand",
|
|
"buffers": "com.maddyhome.idea.vim.vimscript.model.commands.BufferListCommand",
|
|
"files": "com.maddyhome.idea.vim.vimscript.model.commands.BufferListCommand",
|
|
"h[elp]": "com.maddyhome.idea.vim.vimscript.model.commands.HelpCommand",
|
|
"ls": "com.maddyhome.idea.vim.vimscript.model.commands.BufferListCommand"
|
|
} |