gpt4 book ai didi

vim - 如何让vim在底部移动光标时自动滚动?

转载 作者:行者123 更新时间:2023-12-04 15:59:32 28 4
gpt4 key购买 nike

假设我刚刚在 vim 中打开了一个包含多行文本/代码的文件。

我使用 :150 跳转到第 150 行,然后我的光标位于屏幕底部,我可能想知道接下来的几行是什么样子。

我想知道一个设置让 vim 的光标永远不会到达屏幕的最后 4~6 行,而是应该向上滚动文本。

这样的设置可行吗?

最佳答案

使用

 set scrolloff=6

6 行滚动偏移量。来自 vim 帮助:

'scrolloff' 'so'    number  (default 0)
global
{not in Vi}
Minimal number of screen lines to keep above and below the cursor.
This will make some context visible around where you are working. If
you set it to a very large value (999) the cursor line will always be
in the middle of the window (except at the start or end of the file or
when long lines wrap).
For scrolling horizontally see 'sidescrolloff'.
NOTE: This option is set to 0 when 'compatible' is set.

关于vim - 如何让vim在底部移动光标时自动滚动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42976160/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com