mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-08 06:34:08 +02:00
Added F1
This commit is contained in:
parent
ae9770692c
commit
8a8d61a28c
@ -19,6 +19,7 @@
|
||||
<action id="ClassNameCompletion" />
|
||||
<action id="CodeCompletion" />
|
||||
<action id="CommanderSwapPanels" />
|
||||
<action id="ContextHelp" />
|
||||
<action id="EditorBackSpace">
|
||||
<keyboard-shortcut id="EditorBackSpace" first-keystroke="BACK_SPACE" />
|
||||
</action>
|
||||
@ -153,6 +154,7 @@
|
||||
<keyboard-shortcut id="VimKeyHandler" first-keystroke="control X" />
|
||||
<keyboard-shortcut id="VimKeyHandler" first-keystroke="control Y" />
|
||||
<keyboard-shortcut id="VimKeyHandler" first-keystroke="control Z" />
|
||||
<keyboard-shortcut id="VimKeyHandler" first-keystroke="F1" />
|
||||
<keyboard-shortcut id="VimKeyHandler" first-keystroke="KP_DOWN" />
|
||||
<keyboard-shortcut id="VimKeyHandler" first-keystroke="KP_LEFT" />
|
||||
<keyboard-shortcut id="VimKeyHandler" first-keystroke="KP_RIGHT" />
|
||||
|
Loading…
Reference in New Issue
Block a user