# HG changeset patch # User zegervdv # Date 1675836762 -3600 # Node ID a1a7841c55d291e9c1052e6071034b1e542feaa4 # Parent a979bc9d5931684733c76da3f907ac76e0262604 feat: remove fzf-tab diff -r a979bc9d5931 -r a1a7841c55d2 .chezmoiexternal.toml --- a/.chezmoiexternal.toml Tue Feb 07 21:43:00 2023 +0100 +++ b/.chezmoiexternal.toml Wed Feb 08 07:12:42 2023 +0100 @@ -53,12 +53,6 @@ type = "file" url = "https://github.com/romkatv/zsh-defer/raw/3770c54fb4b25a1256dfaabbde37c4399c1f9298/zsh-defer.plugin.zsh" -[".zsh/fzf-tab"] - type = "archive" - url = "https://github.com/aloxaf/fzf-tab/archive/14f66e4d3d0b366552c0412eb08ca9e0f7c797bd.tar.gz" - exact = true - stripComponents = 1 - [".zsh/completions/_fd"] type = "file" url = "https://github.com/sharkdp/fd/raw/v8.3.2/contrib/completion/_fd" diff -r a979bc9d5931 -r a1a7841c55d2 .chezmoiremove --- a/.chezmoiremove Tue Feb 07 21:43:00 2023 +0100 +++ b/.chezmoiremove Wed Feb 08 07:12:42 2023 +0100 @@ -1,1 +1,2 @@ ~/.config/nvim/plugin/config.vim +~/.zsh/fzf-tab/ diff -r a979bc9d5931 -r a1a7841c55d2 dot_zshrc --- a/dot_zshrc Tue Feb 07 21:43:00 2023 +0100 +++ b/dot_zshrc Wed Feb 08 07:12:42 2023 +0100 @@ -270,9 +270,6 @@ eval "$(direnv hook zsh)" zstyle ':completion:*:descriptions' format '[%d]' -zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup -zstyle ':fzf-tab:*' default-color $'\033[30m' -zsh-defer source ~/.zsh/fzf-tab/fzf-tab.plugin.zsh zsh-defer source ~/.zsh/zsh-history-substring-search.zsh export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=cyan,fg=white'