X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=c5941692bd497a23e9e04338ce3272c1c8ba0148;hb=1fbfa10398fe6d78c97b1ab12d7f8ac9ff9ff50f;hp=5bc468a4bd3a0c97f77cc16a2d46d406ce03f3c1;hpb=f75ab62d9fb3912acc7719bd8a4189f2862f4113;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 5bc468a..c594169 100644 --- a/vimrc +++ b/vimrc @@ -140,6 +140,15 @@ if has('eval') endif +" TERMINAL SETTINGS + +" Also enable fast terminal mode in GNU screen and tmux, but not for SSH +" connections. +if &term =~# '^screen' && !exists('$SSH_CONNECTION') + set ttyfast +endif + + " EDIT SETTINGS " Enable automatic file detection, plugin and indention support.