Explorar el Código

add leader+f to open dired in current dir

Josh Bicking hace 8 años
padre
commit
fa5707782b
Se han modificado 1 ficheros con 1 adiciones y 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