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.
我知道 add autocmd guienter * simalt ~xinvimrc是一种在 vim 中打开最大尺寸的方法
autocmd guienter * simalt ~x
vimrc
但我想要另一种更动态的方式,例如,映射<F11>到最大值并调整 vim 的大小。
<F11>
有什么想法吗?