> > It works for me. > Note: <C-B> doesn't move you cursor to the very top of buffer. If your > cursor is on 10th line <C-B> has no visible effect. > > I use the follwing bindings instead: > nnoremap <Space> <C-D><C-D> > nnoremap <S-Space> <C-U><C-U> > vnoremap <Space> <C-D><C-D> > vnoremap <S-Space> <C-U><C-U>
In fact, if I press Ctrl+B, it works fine. But if I write the map in vimrc, it doesn't work. I tried this: nmap <Space> <C-U><C-U> it works. However if I write like: nmap <Space> <C-D><C-D> nmap <S-Space> <C-U><C-U> vim will pagedown, both when I press Space and Shift+Space. It's really strange! Thanks, Wu --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
