feat(functions): Add ivy-browse-repositories function

Quick helper to switch between all relevant projects.
This commit is contained in:
Vincent Ambo 2018-06-18 16:39:28 +02:00
parent e743ea28c5
commit f0dfc8b06d
4 changed files with 16 additions and 2 deletions

View file

@ -35,6 +35,7 @@
;; Magit!
(global-set-key (kbd "C-c g") 'magit-status)
(global-set-key (kbd "C-x p") 'ivy-browse-repositories)
;; Replace standard goto-line with ace-jump-line-mode
(global-set-key (kbd "M-g g") 'avy-goto-line)