[vim]Update quick help

This commit is contained in:
Mathieu Maret 2015-02-27 15:56:40 +01:00 committed by Mathieu Maret
parent 7875e8925d
commit 274a0375b7
1 changed files with 3 additions and 1 deletions

4
.vimrc
View File

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