mirror of
https://github.com/amix/vimrc
synced 2025-07-03 22:25:32 +08:00
Add copy/paste setting for Mac OS X (requires vim >=7.4)
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
" add line number
|
||||
:set number
|
||||
:set colorcolumn=80
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Copying/Pasting
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Enables copying from VIM to MAC clipboard
|
||||
"
|
||||
|
||||
set clipboard=unnamed
|
||||
|
Reference in New Issue
Block a user