mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08: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
74 lines
2.8 KiB
XML
74 lines
2.8 KiB
XML
<keymap version="1" name="Sublime Text copy" parent="Sublime Text">
|
|
<action id="ActivateTerminalToolWindow">
|
|
<keyboard-shortcut first-keystroke="alt f12" />
|
|
<keyboard-shortcut first-keystroke="shift f1" />
|
|
</action>
|
|
<action id="ChooseRunConfiguration">
|
|
<keyboard-shortcut first-keystroke="shift alt f10" />
|
|
<keyboard-shortcut first-keystroke="f5" />
|
|
</action>
|
|
<action id="CloseContent">
|
|
<keyboard-shortcut first-keystroke="ctrl w" />
|
|
</action>
|
|
<action id="Documentation.ViewExternal" />
|
|
<action id="EditorBackwardParagraph">
|
|
<keyboard-shortcut first-keystroke="shift alt p" second-keystroke="p" />
|
|
</action>
|
|
<action id="EditorCloneCaretAbove">
|
|
<keyboard-shortcut first-keystroke="ctrl alt up" />
|
|
<keyboard-shortcut first-keystroke="shift alt up" />
|
|
</action>
|
|
<action id="EditorCloneCaretBelow">
|
|
<keyboard-shortcut first-keystroke="ctrl alt down" />
|
|
<keyboard-shortcut first-keystroke="shift alt down" />
|
|
</action>
|
|
<action id="EditorCodeBlockEnd">
|
|
<keyboard-shortcut first-keystroke="shift alt b" second-keystroke="e" />
|
|
</action>
|
|
<action id="EditorCodeBlockStart">
|
|
<keyboard-shortcut first-keystroke="shift alt b" second-keystroke="s" />
|
|
</action>
|
|
<action id="EditorForwardParagraph">
|
|
<keyboard-shortcut first-keystroke="shift alt p" second-keystroke="n" />
|
|
</action>
|
|
<action id="ExternalJavaDoc" />
|
|
<action id="ExternalSystem.ProjectRefreshAction" />
|
|
<action id="GotoNextError">
|
|
<keyboard-shortcut first-keystroke="alt n" />
|
|
</action>
|
|
<action id="GotoPreviousError">
|
|
<keyboard-shortcut first-keystroke="shift alt n" />
|
|
</action>
|
|
<action id="OpenFile">
|
|
<keyboard-shortcut first-keystroke="ctrl o" />
|
|
<keyboard-shortcut first-keystroke="shift ctrl o" />
|
|
</action>
|
|
<action id="Refactorings.QuickListPopupAction">
|
|
<keyboard-shortcut first-keystroke="shift ctrl alt t" />
|
|
<keyboard-shortcut first-keystroke="shift ctrl alt r" />
|
|
</action>
|
|
<action id="RenameElement">
|
|
<keyboard-shortcut first-keystroke="shift f6" />
|
|
<keyboard-shortcut first-keystroke="f2" />
|
|
</action>
|
|
<action id="ResizeToolWindowDown">
|
|
<keyboard-shortcut first-keystroke="ctrl alt down" />
|
|
</action>
|
|
<action id="ResizeToolWindowLeft">
|
|
<keyboard-shortcut first-keystroke="ctrl alt left" />
|
|
</action>
|
|
<action id="ResizeToolWindowRight">
|
|
<keyboard-shortcut first-keystroke="ctrl alt right" />
|
|
</action>
|
|
<action id="ResizeToolWindowUp">
|
|
<keyboard-shortcut first-keystroke="ctrl alt up" />
|
|
</action>
|
|
<action id="Run">
|
|
<keyboard-shortcut first-keystroke="shift f10" />
|
|
<keyboard-shortcut first-keystroke="f6" />
|
|
</action>
|
|
<action id="Terminal.CloseTab" />
|
|
<action id="VimPluginToggle">
|
|
<keyboard-shortcut first-keystroke="shift meta v" />
|
|
</action>
|
|
</keymap> |