Keyboard shortcut for Jump to Previous View Location (Navigate back/forward) in IntelliJ IDEA

前端 未结 18 1842
我在风中等你
我在风中等你 2020-12-04 04:39

I know Ctrl+Shift+Backspace is used to go to the location of the last edit.

But I want to jump to whichever location I was most rece

相关标签:
18条回答
  • 2020-12-04 05:29

    With version 2018.1 the keyboard short cuts for navigation are Shift+Alt+Left or Right

    0 讨论(0)
  • 2020-12-04 05:30

    For Mac users Use Command+[ for backward and Command+] for forward.

    0 讨论(0)
  • 2020-12-04 05:33

    You can use the below to navigate back in 2017.3.4

    Alt + Left

    0 讨论(0)
  • 2020-12-04 05:35

    Like @itsneo said, I personally find + [ and ] the most convenient ones on a mac. But I can understand if you come from Linux side of things. Then you can use + alt + or .

    0 讨论(0)
  • 2020-12-04 05:36

    Depends on the Keymap selected.

    Keymap: Mac OS X + Left Right Arrow Keys
    Keymap: Mac OS X 10.5+ + [ / ]

    I was facing similar problems in Pycharm. To resolve change your Keymap in Preferences.

    0 讨论(0)
  • 2020-12-04 05:37

    Using the following ways using only two keys will be the easier:

    control + Tab

    or

    Alt + Left/Right

    0 讨论(0)
提交回复
热议问题