Add some persp switch bindings

This commit is contained in:
David Morgan 2021-09-10 19:55:59 +01:00
parent bc0f5f9c24
commit 5347f83225
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@
(project-switch-project proj)))))
:bind
("C-x p p" . switch-project)
("C-x x x" . persp-switch-quick))
("C-x x x" . persp-switch-last)
("C-x x ." . persp-switch-quick))
(provide 'init-project)
;;; init-project.el ends here