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