-
Notifications
You must be signed in to change notification settings - Fork 0
Configure RubyMine Keyboard Shortcuts in iTerm2
Jason Cheong-Kee-You edited this page Dec 24, 2020
·
9 revisions
- Remove entry for <Option + Left>
- Remove entry for <Option + Right>
NOTE: The above steps are necessary to allow the <Option + Left/Right> shortcuts to work.
Add the following shortcuts:
| Description | Keyboard Shortcut | Action | Code |
|---|---|---|---|
| Delete line | Cmd + Delete | Send Hex Code | 0x15 |
| Delete word | Option + Delete | Send Hex Code | 0x17 |
| Move to beginning of line | Cmd + Left | Send Hex Code | 0x01 |
| Move to end of line | Cmd + Right | Send Hex Code | 0x05 |
| Move one word left | Option + Left | Send Escape Sequence | b |
| Move one word right | Option + Right | Send Escape Sequence | f |