Skip to content

pivotal-odell/IDE-Preferences

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IDE-Preferences

Keymappings and macros for RubyMine and IntelliJ IDEA

Ideally clone this repo. Then symlink the files in your IDE preferences folder. For example, using RubyMine ~> 5

cd ~/Library/Preferences/RubyMine50/keymaps
ln -sf ~/workspace/IDE-Preferences/IntelliJKeymap.xml

To add the custom macros, do the same for the macros.xml

cd ~/Library/Preferences/RubyMine50/options
ln -sf ~/workspace/IDE-Preferences/macros.xml

For IntelliJ 12

cd ~/Library/Preferences/IntelliJIdea12/keymaps
ln -sf ~/workspace/IDE-Preferences/IntelliJKeymap.xml

And again, do the same for the macros if you want them

cd ~/Library/Preferences/IntelliJIdea12/options
ln -sf ~/workspace/IDE-Preferences/macros.xml

They are using the same format, so you can change configuration in one IDE and see it applied to the other one. The Keymap is called "Mac OSX 10.5 + Improved" in your keymaps sett

About

Keymappings for RubyMine and IntelliJ IDEA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published