Skip to content

Commit 3cc40a9

Browse files
committed
update Readme
1 parent 6980012 commit 3cc40a9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ Tenere can be configured using a TOML configuration file. The file should be loc
4747
- Linux : `$HOME/.config/tenere/config.toml` or `$XDG_CONFIG_HOME/tenere/config.toml`
4848
- Mac : `$HOME/Library/Application Support/tenere/config.toml`
4949

50+
### General settings
51+
52+
Here are the available general settings:
53+
54+
- `archive_file_name`: the file name where the chat will be saved. By default it is set to `tenere.archive`
55+
56+
```toml
57+
archive_file_name = "tenere.archive"
58+
59+
```
60+
5061
### Key bindings
5162

5263
Tenere supports customizable key bindings.
@@ -105,6 +116,8 @@ When you launch [tenere](), it's in `Normal` mode by default. In this mode, you
105116

106117
`n`: Start a new chat and save the previous one in history.
107118

119+
`s`: Save the current chat or chat history (history popup should be visible first) to `tenere.archive` file in the current directory.
120+
108121
`Tab`: to switch the focus.
109122

110123
`j` or `Down arrow key`: to scroll down

0 commit comments

Comments
 (0)