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.
在 MacVim 中自动进入全屏模式时,我想设置一些属性。例如切换行号、设置列等。
是否可以在 MacVim 中触发全屏模式?
不幸的是,没有全屏autocmd。我过去为这类事情所做的就是拥有一个ToggleFullScreen()按我想要的方式设置事物的功能,并在我再次切换时撤消它们。我通常会为这类事情设置一个映射,或者至少是一个名称较短的命令。
ToggleFullScreen()