mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Home (markdown)
parent
14015c16ef
commit
e803d9d394
7
Home.md
7
Home.md
|
@ -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.
|
**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
|
## Selection
|
||||||
|
|
||||||
Use <kbd>^K</kbd> to select the file under the cursor.
|
Use <kbd>^K</kbd> to select the file under the cursor.
|
||||||
|
|
Loading…
Reference in a new issue