summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-18 22:46:35 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-20 03:50:24 -0400
commitb16a84fae31e750cdb93df20f4884f31ee436058 (patch)
tree4ccad94c7f04f28227bf7b008fbbc81efd33c614 /vimrc
parentb66e683903ed0f894454b0ba1a1c7ec64e1ebb5c (diff)
downloadconf-b16a84fae31e750cdb93df20f4884f31ee436058.tar.gz
conf-b16a84fae31e750cdb93df20f4884f31ee436058.zip
switch from tcomment to commentary
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 3 insertions, 5 deletions
diff --git a/vimrc b/vimrc
index d2644bf..00d4477 100644
--- a/vimrc
+++ b/vimrc
@@ -667,6 +667,9 @@ let g:bufferline_echo = 0
let g:bufferline_rotate = 1
let g:bufferline_fixed_index = -2
" }}}
+" commentary {{{
+map <silent><Leader>x :Commentary<CR>
+" }}}
" denite {{{
autocmd VimEnter * call denite#custom#map('insert', '<Tab>', '<denite:move_to_next_line>')
autocmd VimEnter * call denite#custom#map('insert', '<S-Tab>', '<denite:move_to_previous_line>')
@@ -768,11 +771,6 @@ for file in [ '.gitignore', expand('~/.gitignore') ]
endif
endfor
" }}}
-" tcomment {{{
-nmap ;x gcc
-xmap ;x gc
-let g:tcommentBlankLines = 0
-" }}}
" terraform {{{
let g:terraform_fmt_on_save = 1
" }}}