diff options
author | Vincent Ambo <mail@tazj.in> | 2018-06-18T14·39+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-06-18T14·39+0200 |
commit | f0dfc8b06de568e57050510a5b56fcbb725a6733 (patch) | |
tree | d5429ee24ec27295752503fbf871bf23738ec730 /init/bindings.el | |
parent | e743ea28c50ffd8a702b943260f05cbeee642bcc (diff) |
feat(functions): Add ivy-browse-repositories function
Quick helper to switch between all relevant projects.
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) |