From 795b1ba29e78184b23cd31ba6fcc557a8dc6d1f1 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 19 Jun 2019 13:56:02 +0200 Subject: [PATCH] Add PhpStorm keymap configuration Signed-off-by: Severin Kaderli --- .../phpstorm/config/keymaps/Custom.xml | 24 +++++++++++++++++++ .../phpstorm/config/options/keymap.xml | 5 ++++ 2 files changed, 29 insertions(+) create mode 100644 system/.config/phpstorm/config/keymaps/Custom.xml create mode 100644 system/.config/phpstorm/config/options/keymap.xml diff --git a/system/.config/phpstorm/config/keymaps/Custom.xml b/system/.config/phpstorm/config/keymaps/Custom.xml new file mode 100644 index 0000000..494e009 --- /dev/null +++ b/system/.config/phpstorm/config/keymaps/Custom.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/keymap.xml b/system/.config/phpstorm/config/options/keymap.xml new file mode 100644 index 0000000..168209d --- /dev/null +++ b/system/.config/phpstorm/config/options/keymap.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file