mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Update man page.
This commit is contained in:
parent
633b6e4fc9
commit
9c738fb348
16
noice.1
16
noice.1
|
@ -1,4 +1,4 @@
|
||||||
.Dd February 25, 2016
|
.Dd August 21, 2016
|
||||||
.Dt NOICE 1
|
.Dt NOICE 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -109,16 +109,20 @@ 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|mov)$", "mplayer" },
|
{ "\\.(c|cpp|h|txt|log)$", "vim" },
|
||||||
{ "\\.(png|jpg|gif)$", "feh" },
|
{ "\\.pdf$", "zathura" },
|
||||||
{ "\\.(html|svg)$", "firefox" },
|
|
||||||
{ "\\.pdf$", "mupdf" },
|
|
||||||
{ "\\.sh$", "sh" },
|
{ "\\.sh$", "sh" },
|
||||||
{ ".", "less" },
|
|
||||||
};
|
};
|
||||||
|
Plain text files are opened with vim.
|
||||||
|
.br
|
||||||
|
Any other file types are opened with the 'xdg-open' command.
|
||||||
.Ed
|
.Ed
|
||||||
.Sh KNOWN ISSUES
|
.Sh KNOWN ISSUES
|
||||||
If you are using urxvt you might have to set backspacekey to DEC.
|
If you are using urxvt you might have to set backspacekey to DEC.
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Lazaros Koromilas Aq Mt lostd@2f30.org ,
|
.An Lazaros Koromilas Aq Mt lostd@2f30.org ,
|
||||||
.An Dimitris Papastamos Aq Mt sin@2f30.org .
|
.An Dimitris Papastamos Aq Mt sin@2f30.org .
|
||||||
|
.Pp
|
||||||
|
** The current non-mainstream version is a modified one patched by Arun Prakash Jana <engineerarun@gmail.com>.
|
||||||
|
.br
|
||||||
|
More details: https://github.com/jarun/noice
|
||||||
|
|
Loading…
Reference in a new issue