atuin: ignore some common commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user