mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
(interactive "PD") was incorrectly used to pass two interactive arguments to the command, but only the first argument was sent. This corrects that, refactors +tmux/cd to be easier to understand, and updates its docstring to reflect these changes.