Commit f5cfab1
Changed files (1)
vimrc
@@ -30,7 +30,7 @@ set splitright " open new splits to the right
set splitbelow " open new splits below
set autoread " auto load changed files
set title " the title of the window will be set to the value of titlestring
-"set clipboard=unnamed " use OS clipboard
+set clipboard=unnamed " use OS clipboard
set tags=./.git/tags,./tmp/tags,./tags,tags,._tags
if $TERM == "xterm-256color" || $TERM == "screen-256color" || $COLORTERM == "gnome-terminal"
set t_Co=256