diff --git a/my_configs.vim b/my_configs.vim index b498244c..fa5a39dd 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -1,3 +1,12 @@ " add line number :set number :set colorcolumn=80 + + +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" => Copying/Pasting +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" Enables copying from VIM to MAC clipboard +" + +set clipboard=unnamed