Skip to content

Commit 3a8e32c

Browse files
committed
feat: update advanced config
1 parent b6d7b21 commit 3a8e32c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/config.toml.advanced

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
# - retext https://github.com/retext-project/retext
3030
# - sqlite3 https://www.sqlite.org/index.html
3131
# - ss https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
32-
# - subl https://www.sublimetext.com/
3332
# - transmission-remote-gtk https://github.com/transmission-remote-gtk/transmission-remote-gtk
3433
# - transmission-show https://transmissionbt.com/
3534
# - tree http://mama.indstate.edu/users/ice/tree/
@@ -67,7 +66,7 @@ mimes = [
6766
"application/zip"
6867
]
6968
# bsdtar can decompress transparently
70-
extensions = ["tar.bz2", "tar.gz", "tar.xz", "tar.zst"]
69+
extensions = ["iso", "tar.bz2", "tar.gz", "tar.xz", "tar.zst"]
7170

7271
[filetype.audio]
7372
mimes = ["audio"]
@@ -83,6 +82,7 @@ mimes = ["application/x-bzip2"]
8382
mimes = ["application/pkix-cert"]
8483

8584
[filetype.deb]
85+
extensions = ["deb"]
8686
mimes = ["application/vnd.debian.binary-package"]
8787

8888
[filetype.directory]
@@ -162,7 +162,7 @@ mimes = ["application/x-bittorrent"]
162162

163163
[filetype.video]
164164
mimes = ["video", "application/vnd.ms-asf", "application/x-matroska", "application/x-riff"]
165-
extensions = ["avi", "ogv"]
165+
extensions = ["avi", "mp4", "ogv"]
166166

167167
[filetype.xsv]
168168
extensions = ["csv", "tsv"]
@@ -363,7 +363,7 @@ no_pipe = true
363363
command = "bat -P --color=always -n --terminal-width %c -r :%l %i"
364364

365365
[handler_open.text]
366-
command = "subl %i"
366+
command = "bat --paging always --color=always -n --terminal-width %c %i"
367367

368368
[handler_preview.torrent]
369369
command = "transmission-show -- %i"

0 commit comments

Comments
 (0)