X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/cfa1b48b7af2d0b4133e11099fe90720ae15b0f1..aa0af76a8a83b2fff89722dee91ce5abc2fde036:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index f05093a..c6aee80 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -326,7 +326,7 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | " bindings {{{1 -" allow both and / to be +" allow both and \ to be map " make @@ -595,6 +595,9 @@ let g:tagbar_autoshowtag = 1 let g:tagbar_width = 25 let g:tagbar_iconchars = ['+', '-'] +" tcomments {{{2 +let g:tcommentTextObjectInlineComment = 'gic' + " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' let g:UltiSnipsSnippetsDir = expand("$XDG_CONFIG_HOME/vim/ultisnips") @@ -636,6 +639,7 @@ call unite#custom#profile('default', 'context', { nnoremap [unite] nmap u [unite] +nnoremap [unite]u :UniteResume " unite-grep {{{3 " seems not respected