Dired: Add gg

This commit is contained in:
James Nguyen 2017-12-09 08:00:29 -08:00
parent ba86a8c000
commit 3679f5fc86
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
"gg" 'evil-goto-first-line
"q" 'quit-window
"j" 'dired-next-line
"k" 'dired-previous-line