1
0

Compare commits

...

1 Commits

Author SHA1 Message Date
Karsten Hachmeister
d1496a8e17 atuin: ignore some common commands 2025-10-06 15:08:26 +02:00

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