feat(functions): Add ivy-browse-repositories function
Quick helper to switch between all relevant projects.
This commit is contained in:
parent
e743ea28c5
commit
f0dfc8b06d
4 changed files with 16 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue