find-file/dired-jump bindings

This commit is contained in:
2022-10-09 23:53:00 -07:00
parent d6ee5cd8c6
commit 9ad8bfa524
2 changed files with 8 additions and 0 deletions

View File

@@ -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)