Just curious, kinda like the "distraction free mode" of editors like sublime text, is it possible to centroid all the text to the middle of view field? It's always annoying to stare at the left-most end of the vim terminal in fullscreen mode with a widescreen monitor.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You could take a look at VimRoom: http://projects.mikewest.org/vimroom/
Alternatively, you could set Vim up to have two or more vertical windows on your widescreen and have the same buffer automatically "snake" between them. Allows you to see two or three times as much of your buffer on the screen at once. See here for that option: auto-scrollable pagination with vim using vertical split
回答2:
try autohotkey which use to control windows hotkey press and gui
this is my autohotkey script which use to lauch Gvim
SetTitleMatchMode, 2 ;set ahk title mode
run C:\Program Files (x86)\Vim\vim73\gvim.exe ;lauch gvim
winactivate, No Name ; active this window
sleep, 500 ; sleep 500ms
WinSet, Style, -0xC00000, [Vim default title] ;hide title bar
WinSet, Transparent, 200, [Vim default title] ;make vim backgroup Transparent