From e803d9d394293782ed8bdb9540bf90c7042f61ae Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sun, 8 Sep 2019 21:58:58 +0530 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index c68518f..551e854 100644 --- a/Home.md +++ b/Home.md @@ -43,6 +43,13 @@ or, have an alias: **Note:** The `dvtm` MOD key is redefined to \\ as the default one (^G) is also an `nnn` shortcut. +Sample Bash function with arguments: + + n2() + { + dvtm -m '\\' "nnn -irs $@" "nnn -irs $@" + } + ## Selection Use ^K to select the file under the cursor.