mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Simplify default regexes
This commit is contained in:
parent
b78755bb01
commit
3f1a93a598
|
@ -8,7 +8,7 @@ struct assoc assocs[] = {
|
|||
{ "\\.(html|svg)$", "firefox" },
|
||||
{ "\\.pdf$", "mupdf" },
|
||||
{ "\\.sh$", "sh" },
|
||||
{ ".*", "less" },
|
||||
{ ".", "less" },
|
||||
};
|
||||
|
||||
struct key bindings[] = {
|
||||
|
|
Loading…
Reference in a new issue