changes in .vimrc for yanking and inserting lines macos

This commit is contained in:
crunchie
2024-05-26 18:54:35 +02:00
parent 80b47793e8
commit ab9967784d

7
.vimrc
View File

@@ -54,7 +54,12 @@ filetype indent on
set ruler
"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
set cmdheight=2