diff options
Diffstat (limited to 'docs/config.md')
| -rw-r--r-- | docs/config.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 9a7e906d..e5ae4adb 100644 --- a/docs/config.md +++ b/docs/config.md @@ -49,7 +49,7 @@ auto_sync = true/false ### `update_check` -Configures whether or not to automatically check for updates. Defaults to +Configures whether or not to automatically check for updates. Defaults to true. ``` @@ -143,6 +143,16 @@ Filter modes can still be toggled via ctrl-r filter_mode = "host" ``` +### `filter_mode_shell_up_key_binding` + +The default filter to use when searching and being invoked from a shell up-key binding. + +Accepts exactly the same options as `filter_mode` above + +``` +filter_mode_shell_up_key_binding = "session" +``` + ### `exit_mode` What to do when the escape key is pressed when searching |
