In Vim, we can move cursor to previous/next blank line with a shortcut { or }.
How about xCode?
Asked
Active
Viewed 249 times
1

General Grievance
- 4,555
- 31
- 31
- 45

dosuken123
- 438
- 3
- 7
- 19
-
No, the Vim commands are `{` and `}`. – romainl Sep 08 '16 at 05:09
1 Answers
1
This doesn't directly answer the question, but there's a nice Vim keybinding plugin for Xcode which does have this shortcut.
It was renamed from XVim to XVim2 and can now be found here.

General Grievance
- 4,555
- 31
- 31
- 45

Ethan Chan
- 36
- 3