Commit 2b7ad62
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 {{{{
""