dotar/SpaceVim.d/autoload/settings/out_of_usage/tComment.vim
2020-09-19 21:40:14 +08:00

9 lines
264 B
VimL

" tComment
" ========================================
" extensions for tComment plugin. Normally
" tComment maps 'gcc' to comment current line
" this adds 'gcp' comment current paragraph (block)
" using tComment's built in <c-_>p mapping
nmap <silent> gcp <c-_>p