XVimProject / XVim2

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

Installing XVim2 fresh on Xcode 10.1, j or k motions do not work. #208

Open Sakari369 opened 5 years ago

Sakari369 commented 5 years ago

Pressing j or k just puts the cursor immediately to the top of the file, does not move up or down like expected.

h and l work perfectly fine, and do other vim functionality. But this pretty much kills the use experience.

I'm running macOS Mojave 10.14.1, I self signed the Xcode application like in the instructions, and followed the instructions to the point.

Tried also mapping the movements directly from the arrow keys to jk, didn't work. Am I doing something wrong ? I assume this should just work out of the box.

FrankKirin commented 5 years ago

Please try this link: https://www.jasonzurita.com/try-vim-even-in-xcode/ I fixed my issue:)

Sakari369 commented 5 years ago

Please try this link: https://www.jasonzurita.com/try-vim-even-in-xcode/ I fixed my issue:)

Thanks for the link. I tried re-signing Xcode and have a .xvimrc. Maybe I will try this again sometime. It's strange because everything else works fine except the JK keys.