Set vim to use unnamed clipboard so yanks go to the system clipboard.
This commit is contained in:
parent
69c05d0b37
commit
f2ad5eb8d0
3
.vimrc
3
.vimrc
|
@ -63,3 +63,6 @@ let g:neocomplcache_enable_at_startup = 1
|
||||||
" Set filetypes
|
" Set filetypes
|
||||||
au BufRead,BufNewFile *.md set filetype=markdown
|
au BufRead,BufNewFile *.md set filetype=markdown
|
||||||
au BufRead,BufNewFile *.go set filetype=go
|
au BufRead,BufNewFile *.go set filetype=go
|
||||||
|
|
||||||
|
" Cut'n'paste into main buffer
|
||||||
|
set clipboard=unnamed
|
||||||
|
|
Loading…
Reference in a new issue