summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-03 05:08:09 +0300
committerThanos Apollo <[email protected]>2024-04-03 05:08:09 +0300
commitbc45c33a5ee2deb80a1e2a83aa313fb056b42925 (patch)
tree355e736d7f63d1bc2a492c83a1f3e06e77385f23 /.emacs.d
parente632c2b5d95175c0f5814634ea6c9258e91ee3f1 (diff)
emacs:(dired) Bind dired-do-query-replace-regexp
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3889073..4f003c1 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -61,6 +61,7 @@
(define-key dired-mode-map (kbd "z") 'wdired-change-to-wdired-mode)
(define-key dired-mode-map (kbd "C-c w") 'dired-set-wallpaper)
(define-key dired-mode-map (kbd "C-c d") 'dired-delete-files-except)
+(define-key dired-mode-map (kbd "C-c r") 'dired-do-query-replace-regexp)
;; font
(custom-set-faces