diff options
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ let g:UltiSnipsEditSplit="vertical" nmap <silent> tn :TestNearest<CR> nmap <silent> tf :TestFile<CR> nmap <silent> ts :TestSuite<CR> -nmap <silent> <leader>tl :TestLast<CR> +nmap <silent> tl :TestLast<CR> nmap <silent> <leader>tv :TestVisit<CR> let test#strategy = "basic" let test#python#pytest#options = '-q -s' |