* shawn bright [2007.03.30 09:15]: > I know that i can do 20Ctrl-E or Y to do 20 at a > time, but thats kinda long, is there another way > that might be cool, maybe map 20 lines down to > some key i don't use much ?
Use the power of mappings! :nmap <C-J> 20<CTRL-E> :nmap <C-K> 20<CTRL-Y> I also often use H, M, L combined with zb, zz and zt. I like being able to move around while keeping control of the cursor position. And it allows moving by half-screens, which I also find convenient since I always have enough context to follow the code. -- JR
