1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Concepts (markdown)

Mischievous Meerkat 2020-11-14 19:56:08 +05:30
parent bb4074a810
commit fc3b6254eb

@ -28,13 +28,13 @@ dvtm n n
You can also have an alias:
```sh
alias n2="dvtm n n"
alias 2="dvtm n n"
```
or a Bash function (with <kbd>^\\</kbd> as dvtm modifier) to handle arguments:
```sh
n2 ()
2 ()
{
dvtm -m '^\' "nnn -nr $@" "nnn -nr $@"
}