From 7a60dccf18e14b1ed9b9c0be0813fc8f6ee386da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 9 Jul 2016 23:00:30 +0200 Subject: [vim] some cleanup --- .vimrc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.vimrc b/.vimrc index 82539e7..55902c8 100644 --- a/.vimrc +++ b/.vimrc @@ -21,8 +21,6 @@ set sw=4 set sts=4 set expandtab set guifont=Inconsolata\ Medium\ 11,Monospace\ 11 -set spelllang=de_20 -set guioptions-=T set mouse=a set cursorline @@ -57,22 +55,6 @@ endfunction set statusline=%!StatusLine() -" Maximize window -function ToggleFullscreen() - let cmd = ("silent !wmctrl -i -r " . v:windowid . " -b toggle,maximized_vert,maximized_horz") - if executable("wmctrl") - execute cmd - if v:shell_error - echoerr "Problem executing wmctrl" - echoerr "Cmd:" cmd - endif - else - echomsg "wmctrl not found" - endif -endfunction - -au GUIEnter * call ToggleFullscreen() - " ======================================================= " COMPLETION FOR CMDLINE " ======================================================= @@ -92,7 +74,6 @@ cnoremap " Some maps opening/closing nice windows nmap T :TagbarToggle nmap U :GundoToggle -nmap L TaskList nmap P ToggleProject " others -- cgit v1.2.3