From 33ef734116dfa4d58f96095974cb687122c0d61a Mon Sep 17 00:00:00 2001 From: Justin Su Date: Wed, 19 Jun 2024 06:38:39 -0400 Subject: Fix `scroll_exits` default in `config.toml` (#2166) --- crates/atuin-client/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index 4938991a..bf3cff68 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -196,7 +196,7 @@ enter_accept = true [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 = false +# scroll_exits = true [sync] # Enable sync v2 by default -- cgit v1.3.1