find-file/dired-jump bindings
This commit is contained in:
@@ -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 n" . next-buffer)
|
||||||
("C-c b C-c" . server-edit)
|
("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
|
;; TODO - C-c g p for open project in magit
|
||||||
|
|
||||||
("C-o" . pop-global-mark)
|
("C-o" . pop-global-mark)
|
||||||
|
|||||||
@@ -146,6 +146,10 @@
|
|||||||
("C-c b n" . next-buffer)
|
("C-c b n" . next-buffer)
|
||||||
("C-c b C-c" . server-edit)
|
("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
|
;; TODO - C-c g p for open project in magit
|
||||||
|
|
||||||
("C-o" . pop-global-mark)
|
("C-o" . pop-global-mark)
|
||||||
|
|||||||
Reference in New Issue
Block a user