Fix persp-switch-last/prev binding clash

This commit is contained in:
David Morgan 2022-05-31 09:31:41 +01:00
parent bcff3e390f
commit 442d1519e3
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ mode as the current buffer (or do nothing)."
("C-x C-b" . persp-previous-buffer-same-mode)
("C-x 4 C-b" . persp-previous-buffer-same-mode-other-window)
("C-x C-S-b" . persp-switch-buffer-same-mode)
("C-c p p" . persp-switch-last)
("C-c p x" . persp-switch-last)
("C-c p ." . persp-switch-quick))
(provide 'init-project)