Add copy/paste setting for Mac OS X (requires vim >=7.4)
This commit is contained in:
parent
9fadf23652
commit
255c928f2c
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
" add line number
|
" add line number
|
||||||
:set number
|
:set number
|
||||||
:set colorcolumn=80
|
:set colorcolumn=80
|
||||||
|
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" => Copying/Pasting
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" Enables copying from VIM to MAC clipboard
|
||||||
|
"
|
||||||
|
|
||||||
|
set clipboard=unnamed
|
||||||
|
|
Loading…
Reference in a new issue