XVimProject / XVim

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

<BS> isn't bindable in visual mode (nor in any modes FWIW) #523

Open JohnTheAppleSeed opened 10 years ago

JohnTheAppleSeed commented 10 years ago

in my .vimrc I have:

vmap <tab> >gv vmap <bs> >gv

the <tab> binding works, <bs> doesn't

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

JohnTheAppleSeed commented 10 years ago

found it, I have a fix, DEL/FORWARD_DELETE should be BS/DEL instead

JugglerShu commented 10 years ago

Do you mean I can close this? Or need any fix?

JohnTheAppleSeed commented 10 years ago

no there will be a fix, in my branches

unphased commented 10 years ago

Hey @JohnTheAppleSeed I am in need of updating XVim with your customizations again (as they will probably align with my config better than the vanilla XVim), but this time when I tried your master branch (8ee9c92) it is giving me some weird errors when I try to run in XCode 5.1.

Got any tips? I want my backspace bind to work again (and would prefer not to rename it DEL)

Thanks

unphased commented 10 years ago

Now I have tried the buffer-refactor branch and here's what I'm seeing screenshot 2014-03-15 23 56 03

Since the vanilla xvim develop branch actually builds on 5.1, I am using that now (albeit renamed my backspace bind to use <DEL>)