|
@@ -8,7 +8,7 @@ struct assoc assocs[] = { |
|
|
{ "\\.(html|svg)$", "firefox" }, |
|
|
{ "\\.(html|svg)$", "firefox" }, |
|
|
{ "\\.pdf$", "mupdf" }, |
|
|
{ "\\.pdf$", "mupdf" }, |
|
|
{ "\\.sh$", "sh" }, |
|
|
{ "\\.sh$", "sh" }, |
|
|
{ ".*", "less" }, |
|
|
|
|
|
|
|
|
{ ".", "less" }, |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
struct key bindings[] = { |
|
|
struct key bindings[] = { |
|
|