Commit f5cfab1

mo khan <mo@mokhan.ca>
2015-11-21 21:35:14
set unnamed clipboard.
1 parent 5ccf0a2
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