From 2908155986ad646e7c55fb5c20e3aadafb156637 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 24 May 2019 21:18:46 -0400 Subject: [PATCH] ENH dired-narrow binding to not interfere with search navigation --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index d3b096f..b5fea83 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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 "") #'dired-find-alternate-file (kbd "C-") #'nd/dired-xdg-open (kbd "M-") #'nd/dired-open-with)