aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-08 15:08:52 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-08 15:08:52 +0100
commit975ed03822b2d37d5daa02b85f59f9eed83f612f (patch)
tree3acc5803c83ef62570a899de976a955e15343ef7 /vim/vimrc
parent6210316f0b8e939487f121a9a48c4825319792fe (diff)
Changes binding for vim-test
Diffstat (limited to '')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fb87273..2286244 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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'