~cf -> cF for dired at ~/Code/

This commit is contained in:
2020-08-10 12:31:17 +01:00
parent 94688ca030
commit 7bfcdf013c

View File

@@ -176,6 +176,7 @@ and it's functionally equivalent the doom/spacemacs leader.
"!" #'async-shell-command
"SPC" #'execute-extended-command
"u" #'universal-argument
"cF" #'(lambda () (interactive) (find-file "~/Code/"))
"si" #'imenu
"h" #'help-command)
@@ -185,10 +186,6 @@ and it's functionally equivalent the doom/spacemacs leader.
"i" #'ibuffer
"b" #'switch-to-buffer)
(leader
:infix "c"
"f" #'(lambda () (interactive) (find-file "~/Code/")))
(leader
:infix "f"
"f" #'find-file