Skip to content

Instantly share code, notes, and snippets.

@deadghost
Last active August 29, 2015 14:01
Show Gist options
  • Save deadghost/979b168bfaa8ecfca011 to your computer and use it in GitHub Desktop.
Save deadghost/979b168bfaa8ecfca011 to your computer and use it in GitHub Desktop.
dired-up-directory
(add-hook 'dired-mode-hook
(lambda ()
(evil-local-set-key 'normal (kbd "h") 'dired-up-directory)
(evil-local-set-key 'normal (kbd "l") 'quit-window)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment