From a0533001136ecf770886f4196d9b59e34da4cebb Mon Sep 17 00:00:00 2001 From: Arun Date: Sun, 29 Jan 2023 23:34:21 +0530 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Usage.md b/Usage.md index 115adb3..c3b6860 100644 --- a/Usage.md +++ b/Usage.md @@ -231,7 +231,8 @@ The list below is from **master**. Press ? in `nnn` to see the keybin a Select all A Invert sel p ^P Copy here w ^W Cp/mv sel as v ^V Move here E Edit sel list - x ^X Delete Esc Send to FIFO + x ^X Delete S Listed sel size + Esc Send to FIFO MISC Alt ; Select plugin = Launch app @@ -248,10 +249,11 @@ 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. Help & settings, file details and archive listing are shown in the `$PAGER`. -6. To change shortcuts modify key bindings in `nnn.h` and compile. Option `-K` detects collisions. -7. Repeat sort order key ^T to apply sort by time, size and default in the same order. -8. Colemak users should check out [nnn-colemak](https://gitlab.com/Queer_Bird/nnn-colemak). +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. +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. +9. Colemak users should check out [nnn-colemak](https://gitlab.com/Queer_Bird/nnn-colemak). #### Graphical map