Skip to content

Commit 7d85d06

Browse files
committed
fix(menu): duplicate key delegation
1 parent 600f0b0 commit 7d85d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/dirvish-menu.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ When CENTER, align it at center. SCALE defaults to 1.2."
175175
("H" "Hardlink" dired-do-hardlink)
176176
("P" "Print" dired-do-print)
177177
("X" "Delete flagged" dired-do-flagged-delete)
178-
("F" "Search file contents" dired-do-find-regexp)
178+
("A" "Search file contents" dired-do-find-regexp)
179179
("R" "Replace file contents" dired-do-find-regexp-and-replace)
180180
("B" "Byte compile elisp" dired-do-byte-compile)
181181
("L" "Load elisp" dired-do-load)

0 commit comments

Comments
 (0)