Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rubymine: How to jump back?

Tags:

ide

rubymine

It's really great Rubymine allows us to Cmd+Left-Click to trace where a method is defined and jump to the source file/location.

I doubt if there's a hot-key to go back, which is helpful when there're a lot of files/tabs are opened or viewing a long file

like image 388
aquajach Avatar asked Mar 22 '13 06:03

aquajach


People also ask

How do you go backward in IntelliJ?

To navigate backwards, press Ctrl+Alt+Left . To navigate forward, press Ctrl+Alt+Right . To navigate to the last edited location, press Ctrl+Shift+Backspace .

How do you go back after Ctrl?

To undo an action press Ctrl+Z. If you prefer your mouse, click Undo on the Quick Access Toolbar. You can press Undo (or CTRL+Z) repeatedly if you want to undo multiple steps.

How do I get back in Goland?

How to use: To go Backward, Ctrl + Alt + Left on Windows/Linux or ⌘ + [ on macOS. To go Forward, Ctrl + Alt + Right on Windows/Linux or ⌘ + ] on macOS.

How do I get back on CLion?

CLion has a back and forward navigation using ctrl+alt+left and ctrl+alt+right, but this requires using two hands.


1 Answers

There is an action to go back, Navigate | Back:

back

Hotkey would depend on your keymap and can be observed in the menu.

like image 155
CrazyCoder Avatar answered Sep 29 '22 17:09

CrazyCoder