XVimProject / XVim2

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

Does this support on XCode 12.4? #370

Closed martinsotirov closed 3 years ago

martinsotirov commented 3 years ago

I loaded the bundle when I started XCode for the first time after building XVim2 but then there is no vim mode in XCode.

r-plus commented 3 years ago

supported 12.4.

You must re-build XVim2 when you switch to newly version of xcode because UUID of xcode must be placed to info.plist to load plugin.

martinsotirov commented 3 years ago

@r-plus I did so and then loaded the bundle upon starting Xcode but I don't have NORMAL mode and Vim shortcuts. Do I need to enable it somehow in the IDE after it's loaded?

martinsotirov commented 3 years ago

Nevermind. I followed the self signing instructions from the guide for Xcode 8 and it worked for 12.4. https://github.com/XVimProject/XVim/blob/master/INSTALL_Xcode8.md