Add PhpStorm keymap configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
c618940012
commit
795b1ba29e
2 changed files with 29 additions and 0 deletions
24
system/.config/phpstorm/config/keymaps/Custom.xml
Normal file
24
system/.config/phpstorm/config/keymaps/Custom.xml
Normal 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>
|
5
system/.config/phpstorm/config/options/keymap.xml
Normal file
5
system/.config/phpstorm/config/options/keymap.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="KeymapManager">
|
||||||
|
<active_keymap name="Custom" />
|
||||||
|
</component>
|
||||||
|
</application>
|
Loading…
Add table
Add a link
Reference in a new issue