vim: Use system clipboard
This commit is contained in:
parent
9e9ca493a2
commit
ce3760a3f2
|
@ -14,6 +14,9 @@ set ignorecase
|
|||
" Autoload settings from file
|
||||
set modeline
|
||||
|
||||
" Use system clipboard
|
||||
set clipboard=unnamedplus
|
||||
|
||||
" Jump to the last position
|
||||
if has("autocmd")
|
||||
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
|
||||
|
|
Reference in a new issue