added documentation for no_auto_pivot (#1828)

This commit is contained in:
Sam 2020-05-18 21:21:35 -04:00 committed by GitHub
parent 3144dc7f93
commit 3302586379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ Syntax: `config {flags}`
| key_timeout | integer (milliseconds) | vi: the delay to wait for a longer key sequence after ESC |
| history_size | integer | maximum entries that will be stored in history (100 default) |
| completion_mode | "circular" or "list" | changes completion type to "circular" (default) or "list" mode |
| no_auto_pivot | boolean | whether or not to automatically pivot single-row results |
## Examples