我可以使用哪些選項

如果你不知道應該使用哪些選項,你可能會對: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 訪問此選項的文件。