commit cf3b59396bb46fbf66c79d3f083c85b34f74ec53
Author: rani <clagv.randomgames@gmail.com>
Date: Thu Jan 15 17:26:53 2026 +0000
diff --git a/README.md b/README.md
index 4afe59e..4e0035f 100644
--- a/README.md
+++ b/README.md
@@ -177 +177 @@ cscroll has the following key binds:
* `.`: Toggle showing/hiding dot files
* `o`: Cycle through long mode viewing options
* `/`: Search for a file using a POSIX extended regex
-* `d`: [Delete this file](#file-deletion)
+* `d`: [Delete this file](#file-deletion) or all marked files
* `m`: Mark a file
* `c`: Cut marked files
* `p`: [Paste](#file-pasting) all cut files into the current directory
@@ -356 +3511 @@ file. For non empty directories, the first prompt will show the number of files
inside the directory and, if confirmed, a second prompt will be shown. cscroll
will only delete the directory if the second prompt is also answered "Yes".
+When files are marked, deletion will act on the marked files, ignoring the file
+that the cursor is currently on. The marked deletion prompt will list the number
+of marked files and also the number of files in any marked directories. Marked
+file deletion will always have two prompts.
+
### File Pasting
When cut files are pasted, first a confirmation prompt is shown. Then, the cut