XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

When disabling XVim, cmd + c, command + v, still don't work #575

Open imgeorgeharley opened 10 years ago

imgeorgeharley commented 10 years ago

Hi! I'm using the 'XCode5.1_support' branch Thanks for adding the 'Disable XVim" feature, it's very useful for Pair Programming.

Do you know if it's possible to bring back the cmd functions like copy and paste, when XVim is disabled? I also tried ctrl + c, ctrl + v, but those don't work for some reason. Still, the other developer would like to use the regular cmd functions if XVim is disabled.

From the 'Edit" menu in Xcode you can see that the cmd shortcuts are disabled, for any XVim state.

Thanks

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

JugglerShu commented 10 years ago

Thanks for the report. I confirmed that my Xcode crashes when trying to copy while disabling XVim. I'll see what's happening.

imgeorgeharley commented 10 years ago

Awesome, thanks

JugglerShu commented 10 years ago

I have just fixed the issue. Checkout the develop branch and try it. If you still have any problem let me know.

imgeorgeharley commented 10 years ago

Hi, thanks so much, I was trying it and that functionality is fixed.

I would like to report other issue: When XVim is disabled, the arrow keys and the return key don't work properly.

Thanks