From efb44f2b2598ecbbf8dcef90134d4e2d94e54237 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 8 Feb 2024 20:33:23 -0800 Subject: [PATCH] use fzf-tmux by default --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 09c4e0c..2401b4e 100644 --- a/.zshrc +++ b/.zshrc @@ -85,6 +85,7 @@ export VISUAL=nvim export BAT_THEME=ashes export FZF_DEFAULT_OPTS="--height 40% --layout=reverse --border" +export FZF_TMUX_OPTS="-p80%,60%" export FZF_DEFAULT_COMMAND="fd --type f --strip-cwd-prefix --hidden --follow --exclude .git" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_ALT_C_COMMAND="fd --type d --strip-cwd-prefix --hidden --follow --exclude .git"