readme: add history_limit

This commit is contained in:
dece 2021-05-09 01:42:31 +02:00
parent 3a88a898c9
commit 4fbd51348f

View file

@ -79,6 +79,7 @@ Here are the available options:
| `text_width` | int | 80 | Rendered line length. |
| `source_editor` | string list | `["vi"]` | Command to use for editing sources. |
| `command_editor` | string list | `["vi"]` | Command to use for editing CLI input. |
| `history_limit` | int | 1000 | Maximum entries in history. |
| `external_commands` | (see note 2) | {} | Commands to open various files. |
| `external_command_default` | string list | `["xdg-open"]` | Default command to open files. |