vim: when I say fullscreen I mean fullscreen, dammit
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 20 Sep 2010 21:47:29 -0400 |
parents |
9b84b45eec79
|
children |
2e52cefc1899
|
branches/tags |
(none) |
files |
vim/.vimrc |
Changes
--- a/vim/.vimrc Mon Sep 20 20:40:17 2010 -0400
+++ b/vim/.vimrc Mon Sep 20 21:47:29 2010 -0400
@@ -115,6 +115,7 @@
set foldtext=MyFoldText()
" Fuck you, help key.
+set fuoptions=maxvert,maxhorz
inoremap <F1> <ESC>:set invfullscreen<CR>a
nnoremap <F1> :set invfullscreen<CR>
vnoremap <F1> :set invfullscreen<CR>