X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bb2d85aedc95e1abbd20325fd79ced3cc6c260b8..b56759cf61f4c2fabf8681d1f2ca5128a312e721:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index cf8ae2d..0161570 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -36,6 +36,7 @@ Plugin 'sgeb/vim-diff-fold' Plugin 'shougo/unite.vim' Plugin 'shougo/vimproc.vim' Plugin 'sjl/gundo.vim' +Plugin 'thinca/vim-qfreplace' Plugin 'tomtom/tcomment_vim' Plugin 'tpope/vim-abolish' Plugin 'tpope/vim-endwise' @@ -600,7 +601,7 @@ let g:tagbar_width = 25 let g:tagbar_iconchars = ['+', '-'] " tcomments {{{2 -let g:tcommentTextObjectInlineComment = 'gic' +let g:tcomment_textobject_inlinecomment = 'gic' " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' @@ -644,6 +645,8 @@ call unite#custom#profile('default', 'context', { nnoremap [unite] nmap u [unite] nnoremap [unite]u :UniteResume +nnoremap [u :UnitePrevious +nnoremap ]u :UniteNext " unite-grep {{{3 " seems not respected @@ -713,6 +716,7 @@ nmap ga (EasyAlign) let g:gtest#highlight_failing_tests = 0 nnoremap tt :GTestRun +nnoremap ta :GTestCase *:GTestName *:GTestRun nnoremap tu :GTestRunUnderCursor " vim-json {{{2