Explorar o código

add leader+f to open dired in current dir

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
fa5707782b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      emacs

+ 1 - 0
emacs

@@ -203,6 +203,7 @@
 (evil-leader/set-key
  "d" 'diff-buffer-with-file
  "b" 'buffer-menu
+ "f" '(lambda ()  (interactive) (dired '"./"))
  "u" 'undo-tree-visualize
  "m" 'recentf-open-files
  "l" 'auto-fill-mode