mirror of
https://github.com/jarun/nnn.git
synced 2024-12-01 02:49:44 +00:00
Update docs
This commit is contained in:
parent
2200a1c9be
commit
23770ed049
5
nnn.1
5
nnn.1
|
@ -338,9 +338,8 @@ separated by \fI;\fR:
|
||||||
export NNN_PLUG='f:finder;o:fzopen;p:mocplay;d:diffs;t:nmount;v:imgview'
|
export NNN_PLUG='f:finder;o:fzopen;p:mocplay;d:diffs;t:nmount;v:imgview'
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
1. To run a plugin directly, press \fI;\fR followed by the key_char.
|
1. To run a plugin directly, press \fI;\fR followed by the key.
|
||||||
2. Alternative way to run a plugin directly -
|
2. Alternatively, combine with \fIAlt\fR (i.e. \fIAlt+key\fR).
|
||||||
prefix with \fIAlt\fR (i.e. \fIAlt+key_char\fR).
|
|
||||||
3. To skip directory refresh after running a plugin, prefix with \fB-\fR.
|
3. To skip directory refresh after running a plugin, prefix with \fB-\fR.
|
||||||
|
|
||||||
export NNN_PLUG='m:-mediainf'
|
export NNN_PLUG='m:-mediainf'
|
||||||
|
|
|
@ -86,7 +86,7 @@ export NNN_PLUG='f:finder;o:fzopen;p:mocplay;d:diffs;t:nmount;v:imgview'
|
||||||
|
|
||||||
Plugin `finder` can be run with the keybind <kbd>;f</kbd>, `fzopen` can be run with <kbd>;o</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen.
|
Plugin `finder` can be run with the keybind <kbd>;f</kbd>, `fzopen` can be run with <kbd>;o</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen.
|
||||||
|
|
||||||
Alternative way to run a plugin directly - prefix with <kbd>Alt</kbd> (i.e. <kbd>Alt+key_char</kbd>).
|
Alternatively, combine with <kbd>Alt</kbd> (i.e. <kbd>Alt+key</kbd>).
|
||||||
|
|
||||||
To select and invoke a plugin from the plugin directory, press <kbd>Enter</kbd> (to _enter_ the plugin dir) after the plugin shortcut.
|
To select and invoke a plugin from the plugin directory, press <kbd>Enter</kbd> (to _enter_ the plugin dir) after the plugin shortcut.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue