summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-03-02 01:41:30 -0600
committerJesse Luehrs <doy@tozt.net>2011-03-02 01:41:30 -0600
commit83f20a4b95cd1a4fa2ec49045b71add7d691d68d (patch)
tree348f7676b87b0e8a8f3386da8dc8ad44b0be0c6d /vimrc
parent5f460255215c8432bf05e6dd678103da53811f18 (diff)
downloadconf-83f20a4b95cd1a4fa2ec49045b71add7d691d68d.tar.gz
conf-83f20a4b95cd1a4fa2ec49045b71add7d691d68d.zip
replace enhanced commentify with tcomment
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 4e8d432..b17342f 100644
--- a/vimrc
+++ b/vimrc
@@ -560,9 +560,10 @@ nmap <silent><Leader>s :syntax sync fromstart<CR>
" }}}
" }}}
" Plugin settings {{{
-" Enhanced Commentify {{{
-let g:EnhCommentifyBindInInsert = 'No'
-let g:EnhCommentifyRespectIndent = 'Yes'
+" tComment {{{
+map ;x gcc
+vmap ;x gc
+let g:tcommentBlankLines = 0
" }}}
" Rainbow {{{
let g:rainbow = 1