XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 181 forks source link

Can you implement "jump to specific column" ("<NUM>|") and jump to next/previoius method ("]]" and "[[") #364

Open zeroxia opened 3 years ago

zeroxia commented 3 years ago

Jump to specific column by | (the vertical bar) prefixed with a count. Jump to next method ]] and previous method [[. Thanks.