We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ab8ba commit 3a00088Copy full SHA for 3a00088
src/content/docs/configuration/config.mdx
@@ -147,6 +147,7 @@ The default filter to use when searching
147
| host | Search history just from this host |
148
| session | Search history just from the current session |
149
| directory | Search history just from the current directory |
150
+| workspace | Search history just from the current git repository (>17.0) |
151
152
Filter modes can still be toggled via ctrl-r
153
@@ -346,7 +347,7 @@ Configures whether to store commands that failed (those with non-zero exit statu
346
347
348
Atuin version: >= 17.0
349
-Defatults: `true`
350
+Default: `true`
351
352
```toml
353
secrets_filter = true
0 commit comments