1
0

atuin: ignore some common commands

This commit is contained in:
Karsten Hachmeister
2025-10-06 15:08:26 +02:00
parent 5709a13d56
commit d1496a8e17

View File

@@ -229,6 +229,12 @@ common_subcommands = [
# "vi"
# ]
ignored_commands = [
"cd",
"l",
"ls",
]
[keys]
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.
# scroll_exits = true