X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bb2d85aedc95e1abbd20325fd79ced3cc6c260b8..079c4cc7f0122c10bc93fa70ea50499b0d87f0d4:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index cf8ae2d..8a89f32 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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