On Thursday 07 May 2009 5:47 pm, Tim Chase wrote:
> 
> > I am running Windows 7 RC and when I have a vimrc file the 
> > backspace stops working for me. I get the following message 
> > regardless of what mode I'm in:
> > 
> > "E319: Sorry, the command is not avialabe in this version"
> 
> Your culprits:
> 
> > map <C-h> <Esc> :promptrepl<CR>
> > map! <C-h> <Esc> :promptrepl<CR>
> 
> In many terminals, control+H is the key-sequence sent by the 
> backspace key.  Try mapping a different key to your desired sequence
> 
>    map <f4> <esc> :promptrepl<cr>

or, if you want your backspace to act like a backspace, simply
remove the two "culprits" tim found from your vimrc

sc



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to