Hi vims. Well I haveaa buch of keymaos using the Shift key that works perfectly in gvim, but not in the terminal, for instance: nnoremap <S-PageDown> v<C-D> nnoremap <S-PageUp> v<C-U> vnoremap <S-PageDown> <C-D> vnoremap <S-PageUp> <C-U> vnoremap <PageDown> <C-D> vnoremap <PageUp> <C-U> inoremap <S-PageDown> <Esc>v<C-D> inoremap <S-PageUp> <Esc>v<C-U> or nnoremap <S-Home> v<Home> nnoremap <S-End> v<End> nnoremap <C-S-Home> v<Home> nnoremap <C-S-End> v<End> inoremap <S-Home> <Esc>v<Home> inoremap <S-End> <Esc>v<End>
I use these mappings to make selections using the shift key as in regular editors, but no one og them do nothing in the terminal. The thing that is strange for me is that these other maps works: nnoremap <C-S-Left> vb nnoremap <C-S-Right> ve vnoremap <C-S-Left> b vnoremap <C-S-Right> e inoremap <C-S-Left> <Esc><Left>vb inoremap <C-S-Right> <Esc><Right>ve So I guess that meybe the problem is with the PageDown/Up and Home/End keys and not with the Shift. Any ideas???? thanks -- Un saludo Best Regards Pablo Giménez --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
