From 6480a7896ce6c974b4415ffd3f14f681632108f7 Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 5 Sep 2015 02:50:38 +0200 Subject: Gvim: Disable all guioptions but the menu --- vim/vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 141276a..57eb988 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -105,9 +105,7 @@ set ttyfast set wmnu if has('gui_running') - set go-=R - set go-=T - set go-=L + set go=m endif " Filebin -- cgit v1.2.3-24-g4f1b