From d6c520998cb3b7831d0ce33598bf6436d11ae712 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Tue, 24 Aug 2021 23:23:18 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Concepts.md b/Concepts.md index 4f54b91..80a2c49 100644 --- a/Concepts.md +++ b/Concepts.md @@ -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.