Skip to content

Instantly share code, notes, and snippets.

@dry
Created July 16, 2013 11:09
Show Gist options
  • Save dry/6007806 to your computer and use it in GitHub Desktop.
Save dry/6007806 to your computer and use it in GitHub Desktop.
Emacs dired quick access key map
(define-key evil-normal-state-map ",f" (lambda ()
(interactive)
(dired default-directory)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment