Dired: Add quit-window

This commit is contained in:
James Nguyen 2017-11-28 15:16:18 -08:00
parent 3a20333cf2
commit 5c75b20d0d
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
"Set up `evil' bindings for `dired'."
(evil-define-key 'normal dired-mode-map
"g" nil
"q" 'quit-window
"j" 'dired-next-line
"k" 'dired-previous-line
"l" 'evil-forward-char