Update init.vim

Make Vim use the system clipboard as the default register
http://vimcasts.org/episodes/accessing-the-system-clipboard-from-vim/
This commit is contained in:
Matheus Vinicius 2019-09-06 19:05:44 -03:00 committed by GitHub
parent 76ebb11dcf
commit 042d89a4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ set bg=light
set go=a
set mouse=a
set nohlsearch
set clipboard+=unnamedplus
set clipboard=unnamed,unnamedplus
" Some basics:
nnoremap c "_c