From fcbed7dc82e5cfd7419d8c80dd56218bd1c14a44 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 27 Oct 2024 01:28:17 +0100 Subject: [PATCH] chore(shell/fzf): use newer --tmux option for fzf This means the fzf-tmux helper script is no longer needed. --- zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zshrc b/zshrc index 34db4a1..c810196 100644 --- a/zshrc +++ b/zshrc @@ -123,6 +123,7 @@ compinit # Setup fzf related stuff if it is available. if command-exists fzf; then export FZF_DEFAULT_OPTS=" + --tmux 75% --bind=ctrl-k:kill-line --bind=ctrl-v:half-page-down --bind=alt-v:half-page-up @@ -144,10 +145,6 @@ if command-exists fzf; then --walker-skip .git,node_modules,.terraform,target --preview 'tree -C {}'" - export FZF_TMUX=1 - export FZF_TMUX_OPTS="-p 75%" - export FZF_TMUX_HEIGHT="100%" - cached-eval "$(command-path fzf)" fzf --zsh zstyle ':completion:*' menu no