diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-08 15:08:52 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-08 15:08:52 +0100 |
commit | 975ed03822b2d37d5daa02b85f59f9eed83f612f (patch) | |
tree | 3acc5803c83ef62570a899de976a955e15343ef7 /vim/vimrc | |
parent | 6210316f0b8e939487f121a9a48c4825319792fe (diff) |
Changes binding for vim-test
Diffstat (limited to '')
-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' |