On Tue 26-Aug-08 7:25pm -0600, Tony Mechelynck wrote:
> ----------------------------------
> Ah! I found them !!!!!!!!!!!!!!!!!
> ----------------------------------
> see ":help dos-standard-mappings"
Thanks Tony! I've revised my _vimrc correction to work fine
for Vim as well as Gvim:
" Remove the not useful select mode versions
sunmap <C-X>
if has("GUI")
sunmap <C-Del>
sunmap <S-Del>
sunmap <C-Insert>
sunmap <S-Insert>
else
sunmap <M-N><M-T>
sunmap <M-N><M-U>
sunmap <M-N><M-W>
sunmap <M-N><M-X>
" and these strange mappings
unmap! <C-End>
unmap! <C-Home>
unmap <C-End>
unmap <C-Home>
endif
--
Best regards,
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---