diff options
author | yushyin <yushyin@saga> | 2015-09-05 02:50:38 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2015-09-05 02:50:38 +0200 |
commit | 6480a7896ce6c974b4415ffd3f14f681632108f7 (patch) | |
tree | f75ee968f476bee0c140529c4e1e6e7dad927dc7 | |
parent | 1566025a6c945ca95c0258e8b41585ffd4950ac8 (diff) | |
download | dotfiles-6480a7896ce6c974b4415ffd3f14f681632108f7.tar.gz dotfiles-6480a7896ce6c974b4415ffd3f14f681632108f7.tar.xz |
Gvim: Disable all guioptions but the menu
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |