From d91385f15e15c84a2df249692b1ad3ef2783c01a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 6 Mar 2023 18:30:21 +0100 Subject: [PATCH] Revert "Use tmux popup for fzf in zsh complection" This reverts commit b929c17ace3963e24846305adebf9dbdc720b175. As I don't like the small interrupt. Also I don't like to have the same setup in this case. I prefer to keep focus on the input and therefore seeing suggestions right there. --- home/files/zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/files/zshrc b/home/files/zshrc index 2f24318..b54369a 100644 --- a/home/files/zshrc +++ b/home/files/zshrc @@ -81,6 +81,3 @@ zstyle ':completion:*:descriptions' format '[%d]' zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # switch group using `,` and `.` zstyle ':fzf-tab:*' switch-group ',' '.' - -# Use tmux popup, see: https://github.com/Aloxaf/fzf-tab/wiki/Configuration#fzf-command -zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup