From: Samir Benmendil Date: Wed, 16 May 2018 10:24:22 +0000 (+0100) Subject: vim: map to run all google tests X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/847f32c0576819eac9eb187e5caddda00ddaa779 vim: map to run all google tests --- diff --git a/vim/vimrc b/vim/vimrc index f20a817..8a89f32 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -715,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