diff options
| -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): |
