]> git.rmz.io Git - dotfiles.git/commitdiff
vim: map to run all google tests
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Wed, 16 May 2018 10:24:22 +0000 (11:24 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 16 May 2018 10:30:24 +0000 (11:30 +0100)
vim/vimrc

index f20a81721fc754dc2efc9a6163cffa71b97163d5..8a89f32c582d9e92528b6326d255c41717a4199f 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -715,6 +715,7 @@ nmap ga <Plug>(EasyAlign)
 let g:gtest#highlight_failing_tests = 0
 
 nnoremap <Leader>tt :GTestRun<CR>
+nnoremap <Leader>ta :GTestCase *<CR>:GTestName *<CR>:GTestRun<CR>
 nnoremap <Leader>tu :GTestRunUnderCursor<CR>
 
 " vim-json {{{2