Add PhpStorm keymap configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-19 13:56:02 +02:00
parent c618940012
commit 795b1ba29e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<keymap version="1" name="Custom" parent="Default for XWin">
<action id="ActivateVersionControlToolWindow">
<keyboard-shortcut first-keystroke="alt 9" />
<keyboard-shortcut first-keystroke="shift ctrl g" />
</action>
<action id="ChangesView.GroupBy.Directory" />
<action id="CloseContent">
<keyboard-shortcut first-keystroke="ctrl f4" />
<keyboard-shortcut first-keystroke="ctrl w" />
</action>
<action id="EditorSelectWord" />
<action id="FileChooser.TogglePathShowing" />
<action id="GotoTest" />
<action id="Images.ShowThumbnails" />
<action id="ParameterInfo" />
<action id="ReopenClosedTab">
<keyboard-shortcut first-keystroke="shift ctrl t" />
</action>
<action id="RunDashboard.ShowConfigurations" />
<action id="SearchEverywhere">
<keyboard-shortcut first-keystroke="ctrl p" />
</action>
<action id="TodoViewGroupByShowPackages" />
</keymap>

View file

@ -0,0 +1,5 @@
<application>
<component name="KeymapManager">
<active_keymap name="Custom" />
</component>
</application>