Closed mdmintz closed 1 year ago
Currently, j is still being used as a shortcut for the old pdb code, instead of the new pdbp code. (The code block right now is only displayed after a new pdbp jump.)
j
pdb
pdbp
jump
This was resolved in 1.4.0 - https://github.com/mdmintz/pdbp/releases/tag/v1.4.0
1.4.0
When using "j" as a "jump" shortcut, the resulting code should be displayed
Currently,
j
is still being used as a shortcut for the oldpdb
code, instead of the newpdbp
code. (The code block right now is only displayed after a newpdbp
jump
.)