Add follow_url_fallback config option (#172)

* Add follow_link_fallback config option
* Update README.md
* Rename follow_link_fallback to follow_url_fallback. Change logic of configuring
This commit is contained in:
Anatolii Kurotych
2022-10-17 22:00:24 +02:00
committed by GitHub
parent 923274dfb8
commit 60808e8e59
3 changed files with 19 additions and 0 deletions

View File

@@ -418,6 +418,13 @@ telekasten.setup({opts})
Default: `telescope-media-files`
*telekasten.settings.follow_url_fallback*
follow_url_fallback:~
A customizable fallback handler for urls.
When it set to nil, Telekasten will use `xdg-open` or `open`
Default: `nil`
Example: `"call jobstart('firefox --new-window {{url}}')"`
*telekasten.calendar_opts*
-----------------------------------
Valid keys for {opts.calendar_opts}