first one dll plugin
second _vimrc
if has('gui_running') && has("win32")
map <F11> :call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)<CR>
endif
third
first tab new, second f2, and f11, and f2
f2 means show and hide tool bar
本文介绍了一个 Vim 配置文件中关于全屏切换、工具栏显示隐藏等功能的实现方式,通过调用 DLL 实现特定操作系统的功能,并对快捷键进行详细说明。
first one dll plugin
second _vimrc
if has('gui_running') && has("win32")
map <F11> :call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)<CR>
endif
third
first tab new, second f2, and f11, and f2
f2 means show and hide tool bar
618

被折叠的 条评论
为什么被折叠?