Add note to fixup FullScreen map

This commit is contained in:
John Tyree 2013-11-26 20:59:28 -06:00
parent a8288b52ba
commit 3e793d38ef

1
.vimrc
View File

@ -350,6 +350,7 @@
map zl zL
map zh zH
" FIXME: Revert this f70be548
" fullscreen mode for GVIM and Terminal, need 'wmctrl' in you PATH
map <silent> <F11> :call system("wmctrl -ir " . v:windowid . " -b toggle,fullscreen")<CR>