From 255f059f559b1b56b63077359fe0186bb1b8bda3 Mon Sep 17 00:00:00 2001 From: Arun Date: Sun, 29 Jan 2023 23:34:43 +0530 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index c3b6860..76aecb9 100644 --- a/Usage.md +++ b/Usage.md @@ -249,7 +249,7 @@ Notes: 2. B adds a new bookmark in the `bookmarks` dir, , marks a location in-memory 3. At the filter prompt, ^L toggles last filter and unfilter. If no last filter, exits filter mode and redraws. 4. Q quits with `EXIT_FAILURE` if no selection, else prints the selection to stdout and quits with `EXIT_SUCCESS`. -5. S show the total size of non-filtered selected files listed in a directory. For directories, only the size of the directory is added by default. To add the size of the contents of a directory, switch to du mode. +5. S shows the total size of non-filtered selected files listed in a directory. For directories, only the size of the directory is added by default. To add the size of the contents of a directory, switch to du mode. 6. Help & settings, file details and archive listing are shown in the `$PAGER`. 7. To change shortcuts modify key bindings in `nnn.h` and compile. Option `-K` detects collisions. 8. Repeat sort order key ^T to apply sort by time, size and default in the same order.