On Jul 26, 2011, at 11:02 , Jim Whitehead wrote: > Previously, I was able to highlight a block in visual mode and then > press the delete key on my keyboard (standard macbook pro keyboard) to > delete the block. This no longer works with snapshot 60 under Lion. > The only backspace related things I have are: > > set nocompatible " Break compatibility with > old versions > set backspace+=indent,eol,start " Backspace over anything in > insert > mode > > Has something changed that I need to update?
This used to be hardcoded and I recently got rid of all hardcoded bindings from the source code. You can restore this functionality by adding the line vmap <Backspace> d to your .vimrc file. I think this should be the default behavior. I'll add this mapping to MacVim's vimrc file. Thanks for pointing this out to me. Björn -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
