diff --git a/.vimrc b/.vimrc index 058812a..e2716be 100644 --- a/.vimrc +++ b/.vimrc @@ -23,15 +23,17 @@ " C-up/down switch window " M-left/right horizontal size " M-up/down vertical size +" gc comment/uncomment +" C-I indent selection " Use snippets with tab e.g : for (see .vim/bundle/vim-snippets/snippets for available " snippets) -" gc to comment out """"""""""" " GENERAL " """"""""""" " disable vi-compatible mode set nocompatible +"set clipboard=unnamed """""""" " SAVE " """"""""