ENH dired-narrow binding to not interfere with search navigation

This commit is contained in:
ndwarshuis 2019-05-24 21:18:46 -04:00
parent 85f96ba793
commit 2908155986
1 changed files with 1 additions and 1 deletions

View File

@ -3492,7 +3492,7 @@ Note this assumes there are no sorting switches on `dired-ls'"
"G" #'evil-goto-line
"^" #'nd/dired-move-to-parent-directory
"q" #'nd/kill-current-buffer
"n" #'dired-narrow
(kbd "M-n") #'dired-narrow
(kbd "<return>") #'dired-find-alternate-file
(kbd "C-<return>") #'nd/dired-xdg-open
(kbd "M-<return>") #'nd/dired-open-with)