Commit 2b7ad62

mo khan <mo.khan@gmail.com>
2019-10-15 18:19:15
clipboard stuff
1 parent 3203327
Changed files (1)
vimrc
@@ -32,7 +32,6 @@ 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
-" if-shell "uname | grep -q Darwin" "set clipboard=unnamed" "set clipboard=unnamedplus"
 set clipboard^=unnamed,unnamedplus " use OS clipboard
 set noswapfile
 set autowrite
@@ -68,7 +67,6 @@ set listchars+=precedes:<         " The character to show in the last column whe
 set nojoinspaces " Use one space, not two, after punctuation.
 " }}}}
 
-
 "" Searching {{{{
 ""