mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
- IdeaVIM: List all JB and IdeaVIM shortcut mappings explicitly - IdeaVIM: More plugins - IdeaVIM: Plugins reconfigured to be as similiar to NeoVIM as possible - IdeaVIM: Keymapping updated to be as similar to NeoVIM as possible - JetBrains: Added JB keymap copies to repo - VIM: Plugin specific keymaps moved to plugin_config.vim - VIM: New plugins: vim-exchange, quickscope, vim-visual-multi
19 lines
706 B
XML
19 lines
706 B
XML
<keymap version="1" name="VSCode copy" parent="VSCode">
|
|
<action id="ActivateTerminalToolWindow">
|
|
<keyboard-shortcut first-keystroke="ctrl back_quote" />
|
|
<keyboard-shortcut first-keystroke="shift f1" />
|
|
</action>
|
|
<action id="EditorDown">
|
|
<keyboard-shortcut first-keystroke="down" />
|
|
<keyboard-shortcut first-keystroke="alt n" />
|
|
</action>
|
|
<action id="EditorUp">
|
|
<keyboard-shortcut first-keystroke="up" />
|
|
<keyboard-shortcut first-keystroke="alt p" />
|
|
</action>
|
|
<action id="ExternalJavaDoc" />
|
|
<action id="ShowIntentionActions">
|
|
<keyboard-shortcut first-keystroke="ctrl period" />
|
|
<keyboard-shortcut first-keystroke="shift ctrl period" />
|
|
</action>
|
|
</keymap> |