Vim如何实现逐行滚屏?

28 views
Skip to first unread message

Scroll

unread,
May 8, 2012, 3:38:34 AM5/8/12
to Vim.cn
请问:Vim 如何实现逐行滚屏?
在不折行时,可以使用 Ctrl+E 实现逐行滚屏。
但在折行模式下,逐行滚屏就不流畅,原因是:当有占有几行的某段移到顶部时,再按 Ctrl+E,占了几行的这一段会全部移出屏幕——因为是几行一下子
消失,而不是所见的一行,所以就不流畅了。
我把 Vim 的帮助从头到尾研究了一遍也没找到解决方案,请问有人能解决这个问题吗?

PS:我说的是滚屏,不是移动光标,请不要说用 gj,gj 也解决不了。

闲耘

unread,
May 8, 2012, 6:59:15 AM5/8/12
to vim...@googlegroups.com
set nowrap

--
冒顿 (mò dú, 田亮)
@hotoo, hotoo.me

> --
> 要退订此论坛,请发邮件至 vim-cn+un...@googlegroups.com
> 更多选项,请通过 http://groups.google.com/group/vim-cn 访问该论坛

Sgra Ekim

unread,
May 8, 2012, 12:51:53 PM5/8/12
to vim...@googlegroups.com
以前有人讨论过,搜一下试试。

希锐亚

unread,
May 22, 2012, 8:34:01 AM5/22/12
to Vim.cn
无解!除非改源代码
Reply all
Reply to author
Forward
0 new messages