Mercurial > dotfiles
changeset 756:a1a7841c55d2
feat: remove fzf-tab
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 08 Feb 2023 07:12:42 +0100 |
parents | a979bc9d5931 |
children | b9d3378f6c9e |
files | .chezmoiexternal.toml .chezmoiremove dot_zshrc |
diffstat | 3 files changed, 1 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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"
--- 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/
--- 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'