aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-01-30 01:15:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-01-30 01:15:36 +1300
commit8a5eed243dc584d25ff4c3125810b69e25d165a4 (patch)
tree6940bd0b84799f73450ae2d3d0b5f4845b83fff5 /vim
parentUpdating plugins (diff)
downloaddotfiles-8a5eed243dc584d25ff4c3125810b69e25d165a4.tar.gz
dotfiles-8a5eed243dc584d25ff4c3125810b69e25d165a4.zip
Don't start X links for screen terms either
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 47ea3a97..c9269563 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -56,7 +56,7 @@ else
endif
" Clipboard
-set clipboard=autoselect,exclude:cons\\\|linux\\\|putty
+set clipboard=autoselect,exclude:cons\\\|linux\\\|putty\\\|screen
" Colors
if has("syntax")