diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-15 19:54:44 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-15 19:54:44 +0530 |
commit | 4b4bf6cca55e7f6710113e36c5ff8f776ca045a2 (patch) | |
tree | db6e3076f2daa3c6dfe16d319d8f7bab8adb4c60 /nnn.1 | |
parent | d9b8b0e8216ca76e25a2589ad1527d90e78aec43 (diff) | |
download | nnn-4b4bf6cca55e7f6710113e36c5ff8f776ca045a2.tar.gz |
Option -u to disable current/selection prompt
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -30,6 +30,7 @@ .Op Ar -S .Op Ar -t secs .Op Ar -T key +.Op Ar -u .Op Ar -V .Op Ar -x .Op Ar -h @@ -134,6 +135,9 @@ supports the following options: sort order keys: 'a'u / 'd'u / 'e'xtension / 'r'everse / 's'ize / 't'ime / 'v'ersion .Pp +.Fl u + use selection if available, don't prompt to choose between selection and current entry +.Pp .Fl V show version and exit .Pp @@ -275,6 +279,11 @@ from earlier writes. If you have 2 instances if use the selection (e.g. to copy or move) in the other pane (if the instance doesn't have any local selection already). .Pp +.Nm +clears the selection after successful file removal, batch-rename and link +creation with selection. However, it is retained after archive creation +with selection as the user may want to delete the archived files next. +.Pp To edit the selection use the _edit selection_ key. Use this key to remove a file from selection after you navigate away from its directory. Editing doesn't end the selection mode. You can add more files to the selection and edit the |