diff options
| author | lukeflo | 2025-02-24 16:24:22 +0100 |
|---|---|---|
| committer | lukeflo | 2025-02-24 16:25:26 +0100 |
| commit | ff1208968e99dbd5906be449850203b554e02e17 (patch) | |
| tree | fa9dd30142a737ad0468a77e8ffae54c76e616ef | |
| parent | 7cf08ef15b50b5f83fccbe65ea161f2e92c22cd0 (diff) | |
| download | bibiman-ff1208968e99dbd5906be449850203b554e02e17.tar.gz bibiman-ff1208968e99dbd5906be449850203b554e02e17.zip | |
toc in readme
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -8,6 +8,8 @@ </div> +<!-- mdformat-toc start --> + ## TL;DR `bibiman` is a simple terminal user interface for handling your BibLaTeX @@ -163,7 +165,8 @@ selected_row_bg_color = "237" # 256-color index selected_row_bg_color = "#3a3a3a" # HEX code ``` -To run `bibiman` with some default values for a light-colored terminal use the `--light-terminal` flag. +To run `bibiman` with some default values for a light-colored terminal use the +`--light-terminal` flag. ## Features @@ -228,9 +231,9 @@ enabled by default. You can use some special chars to alter pattern matching: ## Edit bib entry -The main editor can be set through the [config file](#values). Otherwise, the -environment variables `VISUAL` and `EDITOR` will be used in this order. The last -fallback solution is `vi`. +The main editor can be set through the [config file](#general-configuration). +Otherwise, the environment variables `VISUAL` and `EDITOR` will be used in this +order. The last fallback solution is `vi`. I've tested the following editors (set as value of `VISUAL` and through the config file): |
