From 4fbd51348fc3ae5b237ee29f8338e4c39841f207 Mon Sep 17 00:00:00 2001 From: dece Date: Sun, 9 May 2021 01:42:31 +0200 Subject: [PATCH] readme: add history_limit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d5da28..fbf13b3 100644 --- a/README.md +++ b/README.md @@ -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. |