diff options
| author | bard <[email protected]> | 2024-05-02 15:48:54 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-02 15:48:54 -0400 |
| commit | e51c6ca136edb6390cb74ed6b5a2d57fd0e7d21b (patch) | |
| tree | c631cc97443ff7708e77da09e4a5a2829fdceb2a /bard-emacs-modules/bard-emacs-essentials.el | |
| parent | bfb754bd2b58e74d194c623e2d2293597936fa5a (diff) | |
keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-essentials.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-essentials.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-essentials.el b/bard-emacs-modules/bard-emacs-essentials.el index 49df47f..6c0eefb 100644 --- a/bard-emacs-modules/bard-emacs-essentials.el +++ b/bard-emacs-modules/bard-emacs-essentials.el @@ -7,7 +7,10 @@ (use-package wgrep :bind (:map wgrep-mode-map - ("C-x C-s" . wgrep-save-all-buffers))) + ("C-x C-s" . wgrep-save-all-buffers) + ("e" . wgrep-change-to-wgrep-mode) + ("C-x C-q" . wgrep-change-to-wgrep-mode) + ("C-c C-c" . wgrep-finish-edit))) ;; preview replace (use-package iedit) |
