From d1496a8e1701313392290f303ec9ea6ebe95c26c Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Mon, 6 Oct 2025 15:08:26 +0200 Subject: [PATCH] atuin: ignore some common commands --- .config/atuin/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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