aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/config.toml
diff options
context:
space:
mode:
authorKkoi <79646021+lmBored@users.noreply.github.com>2026-02-11 21:29:02 +0100
committerGitHub <noreply@github.com>2026-02-11 12:29:02 -0800
commit3dfa4d821a631f5960b620c4e42746c89b10be95 (patch)
tree15d37f0d267e98a92bb6086626bfb8dd8bb3d2e1 /crates/atuin-client/config.toml
parentfix: Server start commands for Docker. (#3160) (diff)
downloadatuin-3dfa4d821a631f5960b620c4e42746c89b10be95.zip
fix(shell): fix ATUIN_SESSION errors in tmux popup (#3170)
This PR fixes: + #3154 + #3164 + #3166 It changes the following: + Pass ATUIN_SESSION to tmux popup + Use `command rm` to bypass user-defined configs + Disable tmux popup by default ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
Diffstat (limited to 'crates/atuin-client/config.toml')
-rw-r--r--crates/atuin-client/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml
index 8eea38b8..03e093fc 100644
--- a/crates/atuin-client/config.toml
+++ b/crates/atuin-client/config.toml
@@ -305,8 +305,8 @@ records = true
## When enabled and running inside tmux, Atuin will use a popup window for interactive search.
## Set to false to disable the popup.
## This can also be controlled with the ATUIN_TMUX_POPUP environment variable.
-## Note: tmux popup is currently supported in zsh, bash, and fish shells.
-# enabled = true
+## Note: The tmux popup is currently supported in zsh, bash, and fish shells. This currently doesn't work with iTerm native tmux integration.
+# enabled = false
## Width of the tmux popup window
## Can be a percentage, or integer (e.g. "100" means 100 characters wide)