'Is there any shortcut to move cursor to previous/next blank line in xCode like vim?
In Vim, we can move cursor to previous/next blank line with a shortcut { or }.
How about xCode?
Solution 1:[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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | General Grievance |
