Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通常在 vim 中工作 3 或 4 次拆分。我正在寻找在所有拆分中执行诸如set number,set list等操作的捷径。set nolist有人可以建议一些优雅的方法来做到这一点,而不是一一设置所有拆分。
set number
set list
set nolist
谢谢
是的。
:windo set nonumber list
以及您可以添加到列表中的更多命令。
您可以vimrc像在编辑器中那样设置它们。我的在/etc/vim/vimrc. 这样,每次打开编辑器时,设置都会在那里。
vimrc
/etc/vim/vimrc