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.