Add some extra keybindings

This commit is contained in:
Edmund Miller 2018-11-23 11:14:25 -06:00
parent 2c0b0fac77
commit 52f805ba62
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -115,6 +115,9 @@
(map! :map python-mode-map (map! :map python-mode-map
:localleader :localleader
:prefix "t" :prefix "t"
:nv "f" #'python-pytest-file
:nv "k" #'python-pytest-file-dwim
:nv "m" #'python-pytest-repeat
:nv "p" #'python-pytest-popup)) :nv "p" #'python-pytest-popup))
;; ;;