diff options
Diffstat (limited to 'init/bindings.el')
-rw-r--r-- | init/bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/bindings.el b/init/bindings.el index 5918e8f8fc30..cb793f7253ec 100644 --- a/init/bindings.el +++ b/init/bindings.el @@ -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) |