diff options
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -97,7 +97,7 @@ Show entry details .It Ic ^R Rename selected entry .It Ic r -Open directory in vidir +Batch rename .It Ic K, ^Y Toggle selection mode .It Ic Y @@ -348,6 +348,11 @@ files. export NNN_RESTRICT_0B=1 .Ed .Pp +\fBNNN_TRASH:\fR move files to \fB~/.local/share/nnn/trash\fR on delete. +.Bd -literal + export NNN_TRASH=1 +.Ed +.Pp \fBNNN_CP_MV_PROG:\fR show progress of copy, move operations (Linux-only, needs advcpmv). .Bd -literal export NNN_CP_MV_PROG=1 |