XVimProject / XVim2

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

Hi guys. I found that the Xcode shortcut key (⌃+e, move the cursor to the end of paragraph) seems to conflict with xVim. Is there any scheme to fix it? #334

Closed Herbert77 closed 3 years ago

r-plus commented 3 years ago

That is emacs shortcut.

$ key in normal mode for vim to use that behavior.

Herbert77 commented 3 years ago

Your advice works. Thanks a lot!