changes in .vimrc for yanking and inserting lines macos
This commit is contained in:
7
.vimrc
7
.vimrc
@@ -54,7 +54,12 @@ filetype indent on
|
|||||||
set ruler
|
set ruler
|
||||||
|
|
||||||
"Clipboard stuff
|
"Clipboard stuff
|
||||||
set clipboard=unnamedplus
|
"set clipboard=unnamedplus
|
||||||
|
if system('uname -s') == "Darwin\n"
|
||||||
|
set clipboard=unnamed "OSX
|
||||||
|
else
|
||||||
|
set clipboard=unnamedplus "Linux
|
||||||
|
endif
|
||||||
|
|
||||||
" Height of the command bar
|
" Height of the command bar
|
||||||
set cmdheight=2
|
set cmdheight=2
|
||||||
|
|||||||
Reference in New Issue
Block a user