diff --git a/vim/testing.vim b/vim/testing.vim index 92a2801..9359d17 100644 --- a/vim/testing.vim +++ b/vim/testing.vim @@ -16,7 +16,7 @@ function TmuxTest(shellCommand, paneId = g:defaultTmuxPaneId) silent call InitializeTmuxTestSession() endif - call system("tmux send-keys -t " . a:paneId . " '" . a:shellCommand . "' Enter") + call system("tmux send-keys -t " . a:paneId . " 'clear; " . a:shellCommand . "' Enter") endfunction function SplitPaneTest(shellCommand, verticalSplit = 0)