diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-05 23:56:38 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-06 02:13:58 +0530 |
commit | fe775ccf1fe75a09c2ef7f95b0dff97e37f0aa9b (patch) | |
tree | 610eb7004954237b3501cf6c65f2349d2e79bd07 /config.def.h | |
parent | 94ed36b498a80e275dffdbb1ed85c89b3df49324 (diff) | |
download | nnn-fe775ccf1fe75a09c2ef7f95b0dff97e37f0aa9b.tar.gz |
desktop opener - xdg-open on Linux and open(1) on OS X
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index fb17fb3..1560636 100644 --- a/config.def.h +++ b/config.def.h @@ -13,10 +13,6 @@ static int showdetail = 0; /* Set to show additional file info */ static struct assoc assocs[] = { { "\\.(c|cpp|h|log|md|py|sh|txt)$", "text" }, - { "\\.(3g2|3gp|asf|avi|divx|flv|m2v|m4v|mkv|mov|mp4|mp4v|mpeg|mpg|ogv|qt|rm|rmvb|vob|webm|wmv)$", "video" }, - { "\\.(aac|ac3|amr|flac|m4a|m4b|m4p|mp3|mp4a|ogg|opus|ra|wav|wma)$", "audio" }, - { "\\.(bmp|gif|jpeg|jpg|pbm|pgm|png|svg|tiff|webp)$", "image" }, - { "\\.pdf$", "pdf" }, }; static struct key bindings[] = { |