Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.68 KB

README.md

File metadata and controls

66 lines (48 loc) · 1.68 KB

Pivotal Boulder IDE-Preferences

Key mappings and macros for RubyMine, IntelliJ IDEA, and other JetBrains IDEs.

1. Clone this repo

cd ~/workspace
git clone https://github.com/Pivotal-Boulder/IDE-Preferences.git

2. Copy the files to your IDE preferences folder

IntelliJ

Keymap:

mkdir -p ~/Library/Application\ Support/JetBrains/IntelliJIdea2020.2/keymaps/
cp ~/workspace/IDE-Preferences/IntelliJKeymap.xml ~/Library/Application\ Support/JetBrains/IntelliJIdea2020.2/keymaps/

Macros:

cp ~/workspace/IDE-Preferences/macros.xml ~/Library/Application\ Support/JetBrains/IntelliJIdea2020.2/options/

RubyMine

Keymap:

mkdir -p ~/Library/Application\ Support/JetBrains/RubyMine2020.2/keymaps/
cp ~/workspace/IDE-Preferences/IntelliJKeymap.xml ~/Library/Application\ Support/JetBrains/RubyMine2020.2/keymaps/

Macros:

cp ~/workspace/IDE-Preferences/macros.xml ~/Library/Application\ Support/JetBrains/RubyMine2020.2/options/

Rider

Keymap:

mkdir -p ~/Library/Application\ Support/JetBrains/Rider2020.2/keymaps/
cp ~/workspace/IDE-Preferences/IntelliJKeymap.xml ~/Library/Application\ Support/JetBrains/Rider2020.2/keymaps/

Macros:

cp ~/workspace/IDE-Preferences/macros.xml ~/Library/Application\ Support/JetBrains/Rider2020.2/options/

Microsoft Visual Studio Code

These are JetBrains-style key mappings

cp ~/workspace/IDE-Preferences/keybindings.json ~/Library/Application\ Support/Code/User/

3. Restart the IDE

If you have a current IDE instance open you'll need to restart it

4. Select the keymap in your IDE

Preferences (⌘,) -> Keymap -> Select "Mac OSX 10.5 + Improved" from the Keymaps dropdown