mirror of
https://github.com/jarun/nnn.git
synced 2025-03-11 01:09:21 +00:00
Updated Usage (markdown)
parent
d4d6c11473
commit
b17ea5cd52
1 changed files with 3 additions and 3 deletions
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_FCOLORS='c1e2272e006033f7c6d6abc4'` <sup>5</sup> | file-specific colors |
|
||||||
| `NNN_SSHFS='sshfs -o reconnect,idmap=user'` <sup>6</sup> | custom SSHFS cmd |
|
| `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_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_SEL='/tmp/.sel'` | custom selection file |
|
||||||
| `NNN_FIFO='/tmp/nnn.fifo'` <sup>7</sup> | FIFO to write hovered file path to |
|
| `NNN_FIFO='/tmp/nnn.fifo'` <sup>7</sup> | FIFO to write hovered file path to |
|
||||||
| `NNN_LOCKER='saidar -c'` | terminal locker |
|
| `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
|
a Select all A Invert sel
|
||||||
p ^P Copy here w ^W Cp/mv sel as
|
p ^P Copy here w ^W Cp/mv sel as
|
||||||
v ^V Move here E Edit sel list
|
v ^V Move here E Edit sel list
|
||||||
x ^X Delete S Listed sel size
|
x ^X Delete or trash S Listed sel size
|
||||||
Esc Send to FIFO
|
X Delete (rm -rf) Esc Send to FIFO
|
||||||
|
|
||||||
MISC
|
MISC
|
||||||
Alt ; Select plugin = Launch app
|
Alt ; Select plugin = Launch app
|
||||||
|
|
Loading…
Add table
Reference in a new issue