Add some extra keybindings
This commit is contained in:
parent
2c0b0fac77
commit
52f805ba62
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue