Hi All,

I have these mappings in my .vimrc so that when I go up and down, I
move one screen line at a time, rather than one paragraph at a time.

imap <silent> <Down> <C-o>gj
imap <silent> <Up> <C-o>gk
nmap <silent> <Down> gj
nmap <silent> <Up> gk

However, I found that these settings break going up and down the auto-
fill lists (control n/p). Does anyone know how to modify these
mappings to avoid this issue?

Thank you for any assistance!

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

Reply via email to