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