1
0
Fork 0
mirror of synced 2024-06-30 04:21:09 -04:00
ultimate-vim/my_configs.vim

13 lines
270 B
VimL
Raw Normal View History

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