ping wrote:
Hi Dr. chip (or other folks if Dr. chip is busy...):
about the MPage plugin, it looks the <pagedown> <pageup> keys don't work for me... whenever I scroll back/fwd (c-f/b, pgup/pgdn), it only scroll one page amount of lines, not multiple pages lines...

any hints?
Hello!

* are you using the latest version from my website? http://www.drchip.org/astronaut/vim/index.html#MPAGE (v1p) * if you're using vim (ie. not gvim), do your pgup/pgdn keys produce sequences that vim will respond to?
  :map <pageup> :echo "pageup works!"<cr>
  :map <pagedown> :echo "pagedown works!"<cr>
 and then press the <pageup> and <pagedown> keys to see what happens...

Regards,
Chip Campbell

--
You received this message from the "vim_use" 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

Reply via email to