mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update assocs section in manpage
This commit is contained in:
parent
57642a9410
commit
ad76a7be57
12
noice.1
12
noice.1
|
@ -88,12 +88,12 @@ The following example shows one possible configuration for
|
||||||
file associations which is also the default:
|
file associations which is also the default:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
struct assoc assocs[] = {
|
struct assoc assocs[] = {
|
||||||
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
|
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
|
||||||
{ "\\.(png|jpg|gif)$", "feh" },
|
{ "\\.(png|jpg|gif)$", "feh" },
|
||||||
{ "\\.(html|svg)$", "firefox" },
|
{ "\\.(html|svg)$", "firefox" },
|
||||||
{ "\\.pdf$", "mupdf" },
|
{ "\\.pdf$", "mupdf" },
|
||||||
{ "\\.sh$", "sh" },
|
{ "\\.sh$", "sh" },
|
||||||
{ ".*", "less" },
|
{ ".", "less" },
|
||||||
};
|
};
|
||||||
.Ed
|
.Ed
|
||||||
.Sh KNOWN ISSUES
|
.Sh KNOWN ISSUES
|
||||||
|
|
Loading…
Reference in a new issue