Updated Home (markdown)

Mischievous Meerkat 2019-09-08 21:58:58 +05:30
parent 14015c16ef
commit e803d9d394

@ -43,6 +43,13 @@ or, have an alias:
**Note:** The `dvtm` MOD key is redefined to <kbd>\\</kbd> as the default one (<kbd>^G</kbd>) is also an `nnn` shortcut.
Sample Bash function with arguments:
n2()
{
dvtm -m '\\' "nnn -irs $@" "nnn -irs $@"
}
## Selection
Use <kbd>^K</kbd> to select the file under the cursor.