mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add some extra keybindings
This commit is contained in:
@ -115,6 +115,9 @@
|
||||
(map! :map python-mode-map
|
||||
:localleader
|
||||
:prefix "t"
|
||||
:nv "f" #'python-pytest-file
|
||||
:nv "k" #'python-pytest-file-dwim
|
||||
:nv "m" #'python-pytest-repeat
|
||||
:nv "p" #'python-pytest-popup))
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user