[vim]Update quick help
This commit is contained in:
parent
7875e8925d
commit
274a0375b7
4
.vimrc
4
.vimrc
@ -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 "
|
||||||
""""""""
|
""""""""
|
||||||
|
Loading…
Reference in New Issue
Block a user