~cf -> cF for dired at ~/Code/
This commit is contained in:
@@ -176,6 +176,7 @@ and it's functionally equivalent the doom/spacemacs leader.
|
|||||||
"!" #'async-shell-command
|
"!" #'async-shell-command
|
||||||
"SPC" #'execute-extended-command
|
"SPC" #'execute-extended-command
|
||||||
"u" #'universal-argument
|
"u" #'universal-argument
|
||||||
|
"cF" #'(lambda () (interactive) (find-file "~/Code/"))
|
||||||
"si" #'imenu
|
"si" #'imenu
|
||||||
"h" #'help-command)
|
"h" #'help-command)
|
||||||
|
|
||||||
@@ -185,10 +186,6 @@ and it's functionally equivalent the doom/spacemacs leader.
|
|||||||
"i" #'ibuffer
|
"i" #'ibuffer
|
||||||
"b" #'switch-to-buffer)
|
"b" #'switch-to-buffer)
|
||||||
|
|
||||||
(leader
|
|
||||||
:infix "c"
|
|
||||||
"f" #'(lambda () (interactive) (find-file "~/Code/")))
|
|
||||||
|
|
||||||
(leader
|
(leader
|
||||||
:infix "f"
|
:infix "f"
|
||||||
"f" #'find-file
|
"f" #'find-file
|
||||||
|
|||||||
Reference in New Issue
Block a user