Updated Concepts (markdown)

Terminator X 2021-08-24 23:23:18 +05:30
parent 95642c9e53
commit d6c520998c
1 changed files with 2 additions and 0 deletions

@ -243,6 +243,8 @@ The following special variables can be accessed from the command prompt or a spa
| `$dn` | Path open in context n [n=1/2/3/4] |
| `$fn` | File path hovered in context n [n=1/2/3/4] |
E.g. to copy the hovered file in context 1 to the directory open in context 3, run `cp "$f1" "$d3"`.
## Design
`nnn` (the core C utility) is, generally speaking, _feature-restricted_. It includes features which you _really_ need so it can remain light enough to finish your workflow accurately before your train of thought is lost.