From d6bb3b6172e40dda0784d16df34bb684876af76b Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 22 Jun 2015 23:05:32 +0200 Subject: [PATCH] Map F8 for python files. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 5cf051e..1a69dc3 100644 --- a/vimrc +++ b/vimrc @@ -60,6 +60,9 @@ if argc() == 2 endif "Map on python files +au FileType python :map i +au FileType python :imap import pdb; pdb.set_trace() +"Map on python files au FileType python :map :Coveragepy show au FileType python :imap