From c582ecc1a788e1c9a184ca34383f63775cb337be Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 6 Jun 2013 15:55:56 +0300 Subject: [PATCH] .vimrc: Set solarized transparency option When solarized sets a background color it causes text selection via Xorg/mouse to include otherwise blank space as actual spaces when you paste it. For some reason this only happens when using vim inside screen/tmux. Setting the transparency option solves it. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index e5c1782..3993d3a 100644 --- a/.vimrc +++ b/.vimrc @@ -15,4 +15,5 @@ if version >= 600 endif let g:solarized_termcolors=256 +let g:solarized_termtrans=1 colorscheme solarized