diff --git a/thoom-emacs/ThoomEmacs.org b/thoom-emacs/ThoomEmacs.org index d3830d5..9e59c28 100644 --- a/thoom-emacs/ThoomEmacs.org +++ b/thoom-emacs/ThoomEmacs.org @@ -192,6 +192,10 @@ Set a location for the custom file so it doesn't pollute this file. ("C-c b n" . next-buffer) ("C-c b C-c" . server-edit) + ;; File management + ("C-c f f" . find-file) + ("C-c f j" . dired-jump) + ;; TODO - C-c g p for open project in magit ("C-o" . pop-global-mark) diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 436e0f7..b635e3b 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -146,6 +146,10 @@ ("C-c b n" . next-buffer) ("C-c b C-c" . server-edit) + ;; File management + ("C-c f f" . find-file) + ("C-c f j" . dired-jump) + ;; TODO - C-c g p for open project in magit ("C-o" . pop-global-mark)