1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-22 08:57:37 +01:00

- decommented configuration directive to open text files with tinmop.

This commit is contained in:
cage 2024-02-28 19:49:39 +01:00
parent 3053183a68
commit 7f6da862cc

View File

@ -230,7 +230,7 @@ gemini.exclusive.mode.links.height = 1/4
# following: valid values are "tinmop" "me" "internal" # following: valid values are "tinmop" "me" "internal"
# ▼▼▼▼▼▼▼▼ # ▼▼▼▼▼▼▼▼
open "^((gemini://)|(\\.)|(/)).+gmi$" with "tinmop" open "^((gemini://)|(\\.)|(/)).+gmi$" with "tinmop"
#open "^((gemini://)|(\\.)|(/)).+txt$" with "tinmop" open "^((gemini://)|(\\.)|(/)).+txt$" with "tinmop"
open "^((gemini://)|(\\.)|(/)).+sh$" with "tinmop" open "^((gemini://)|(\\.)|(/)).+sh$" with "tinmop"
open ".gpub$" with "tinmop" open ".gpub$" with "tinmop"