Fuco1 / dired-hacks

Collection of useful dired additions
GNU General Public License v3.0
873 stars 77 forks source link

Add equivalent of `dired-{prev,next}-dirline` (or advise) #221

Open ooglyhLL opened 3 months ago

ooglyhLL commented 3 months ago

dired-{prev,next}-dirline are not subtree-aware. I could imagine a variant that skips sub-level content, stopping at the prev/next directory line at the same level, respectively. The functions could be advised transparently, or dired-subtree could get corresponding function.