diff --git a/.config/atuin/config.toml b/.config/atuin/config.toml index bb048a8..111e2f7 100644 --- a/.config/atuin/config.toml +++ b/.config/atuin/config.toml @@ -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