X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bb2d85aedc95e1abbd20325fd79ced3cc6c260b8..dd809bdc6d9d3c73c6d4e3951f9eb920d6f3f858:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index cf8ae2d..d68f7b1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -600,7 +600,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 +644,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 +715,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