2015-09-20 19:51:27 -04:00
|
|
|
" add line number
|
|
|
|
:set number
|
2015-09-21 15:17:53 -04:00
|
|
|
:set colorcolumn=80
|
2015-09-23 15:43:07 -04:00
|
|
|
|
|
|
|
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
" => Copying/Pasting
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
" Enables copying from VIM to MAC clipboard
|
|
|
|
"
|
|
|
|
|
|
|
|
set clipboard=unnamed
|