Commit 0f7375b

mo khan <mo@mokhan.ca>
2013-12-01 18:05:25
disable os clipboard.
1 parent f4c08e2
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