mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 05:11:30 +00:00
Updated Usage (markdown)
parent
d4d6c11473
commit
b17ea5cd52
6
Usage.md
6
Usage.md
|
@ -96,7 +96,7 @@ Use plugin `nbak` to backup configuration.
|
|||
| `NNN_FCOLORS='c1e2272e006033f7c6d6abc4'` <sup>5</sup> | file-specific colors |
|
||||
| `NNN_SSHFS='sshfs -o reconnect,idmap=user'` <sup>6</sup> | custom SSHFS cmd |
|
||||
| `NNN_RCLONE='rclone mount --read-only'` <sup>6</sup> | custom rclone cmd |
|
||||
| `NNN_TRASH=n` (`n=1: trash-cli, n=2: gio trash`) | use desktop Trash [default: delete] |
|
||||
| `NNN_TRASH=n` (`n=1: trash-cli, n=2: gio trash`) | use desktop Trash [default: rm -rf] |
|
||||
| `NNN_SEL='/tmp/.sel'` | custom selection file |
|
||||
| `NNN_FIFO='/tmp/nnn.fifo'` <sup>7</sup> | FIFO to write hovered file path to |
|
||||
| `NNN_LOCKER='saidar -c'` | terminal locker |
|
||||
|
@ -238,8 +238,8 @@ The list below is from **master**. Press <kbd>?</kbd> 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 S Listed sel size
|
||||
Esc Send to FIFO
|
||||
x ^X Delete or trash S Listed sel size
|
||||
X Delete (rm -rf) Esc Send to FIFO
|
||||
|
||||
MISC
|
||||
Alt ; Select plugin = Launch app
|
||||
|
|
Loading…
Reference in a new issue