我可以使用哪些选项
如果你不知道应该使用哪些选项,你可能会对:options
命令感兴趣。
这将打开一个拆分,列出所有 Vim 选项并显示其当前值。共有 26 个部分显示你可以尝试的所有选项。
例如
4 displaying text
scroll number of lines to scroll for CTRL-U and CTRL-D
(local to window)
set scr=20
scrolloff number of screen lines to show around the cursor
set so=5
wrap long lines wrap
set nowrap wrap
...
在值线(例如 set nowrap
)上,你可以按 CR 切换值(如果它是二进制值)。在选项行(例如 wrap long line wrap
)上,你可以按 CR 访问此选项的文档。