diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-29 13:14:00 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-29 13:14:00 -0500 |
| commit | 65795334fa9d1fa4707df5caf9a07e3fb7be570b (patch) | |
| tree | 5c1e5659a2566391aaf3aa51873e0d54494f27a0 /docs | |
| parent | eb2fcf5731d8f6ee65371b6c220aefd81e7ec91f (diff) | |
| download | dotemacs-65795334fa9d1fa4707df5caf9a07e3fb7be570b.tar.gz dotemacs-65795334fa9d1fa4707df5caf9a07e3fb7be570b.zip | |
fix(dirvish): move deadgrep from D to G, preserve dired-do-delete on D
The previous commit incorrectly moved deadgrep to 'D', which conflicts
with the important dired-do-delete command (immediate delete of marked
files). This commit moves deadgrep to 'G' instead.
## Changes
**prog-general.el:**
- Move cj/deadgrep-here from 'D' to 'G' (was dired-do-chgrp, rarely used)
**dirvish-config.el:**
- Updated Commentary to document both 'D' and 'G' keybindings
- 'D' remains dired-do-delete (standard dired immediate delete)
- 'G' is now deadgrep search
## Final Keybinding Map
| Key | Binding | Purpose |
|-----|-------------------------------|--------------------------------|
| d | cj/dirvish-duplicate-file | Duplicate with "-copy" suffix |
| D | dired-do-delete | Delete marked files (standard) |
| g | dirvish-quick-access | Quick directory menu |
| G | cj/deadgrep-here | Search with deadgrep |
Capital G is mnemonic for "Grep" and doesn't conflict with important
dired commands. dired-do-chgrp is rarely used and not a loss.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
