Nikhil
Nikhil

Reputation: 33

How to jump to start and end of previous line from current line in intellij?

How to jump to start and end of the previous line from the current line in IntelliJ? What is the keyboard shortcut to do that? eg: I have two lines of code line1 and line2.Currently, the cursor is at line2. I want the keyboard shortcut to jump to end of line1.

Upvotes: 0

Views: 197

Answers (1)

Peter
Peter

Reputation: 5164

There is no such predefined keyboard shortcut. You can use macros to record, store and replay your personal navigation.

Furthermore, macros can be bind to a keyboard shortcut and that's what you want.

Upvotes: 1

Related Questions