We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08b284 commit 58a16e8Copy full SHA for 58a16e8
src/content/docs/configuration/config.mdx
@@ -252,6 +252,15 @@ Default: `true`
252
253
Configure whether or not to show tabs for search and inspect.
254
255
+### `auto_hide_height`
256
+Atuin version: >= 18.4
257
+
258
+Default: `8`
259
260
+Set Atuin to hide lines when a minimum number of rows is subceeded. This has no effect except
261
+when `compact` style is being used (see `style` above), and currently applies to only the
262
+interactive search and inspector. It can be turned off entirely by setting to `0`.
263
264
### `exit_mode`
265
Default: `return-original`
266
0 commit comments