This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
mac:ruby_mine [2013/02/14 18:03] Admin Add some basic RubyMine configuration. |
mac:ruby_mine [2014/04/03 16:30] (current) Craig Buchek [Preferences / IDE Settings] Use default keymap as our base. |
||
---|---|---|---|
Line 9: | Line 9: | ||
<code bash> | <code bash> | ||
- | RUBYMINE_VERSION='4.5.4' | + | RUBYMINE_VERSION='5.4.3' |
# Download the DMG file. | # Download the DMG file. | ||
Line 60: | Line 60: | ||
=== Keymap === | === Keymap === | ||
- | We want to start with an Eclipse-based keymap, and customize some things. So start by creating a keymap named BoochTek: | + | We want to start with a standard Mac-based keymap, and customize some things. So start by creating a keymap named BoochTek: |
* Keymap | * Keymap | ||
- | * Keymaps: Eclipse | + | * Keymaps: Default |
* Hit the **Copy** button, and type in "BoochTek" | * Hit the **Copy** button, and type in "BoochTek" | ||
+ | * Change the following keybindings: | ||
+ | * Editor Actions: | ||
+ | * Clone Caret Above: Control+Shift+Up | ||
+ | * Clone Caret Below: Control+Shift+Down | ||