Mercurial > dotfiles
comparison dot_zshrc @ 756:a1a7841c55d2
feat: remove fzf-tab
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 08 Feb 2023 07:12:42 +0100 |
parents | 10e3f300baea |
children | 3a07cc5c825a |
comparison
equal
deleted
inserted
replaced
755:a979bc9d5931 | 756:a1a7841c55d2 |
---|---|
268 | 268 |
269 export SUDO_EDITOR=$(which nvim) | 269 export SUDO_EDITOR=$(which nvim) |
270 eval "$(direnv hook zsh)" | 270 eval "$(direnv hook zsh)" |
271 | 271 |
272 zstyle ':completion:*:descriptions' format '[%d]' | 272 zstyle ':completion:*:descriptions' format '[%d]' |
273 zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup | |
274 zstyle ':fzf-tab:*' default-color $'\033[30m' | |
275 zsh-defer source ~/.zsh/fzf-tab/fzf-tab.plugin.zsh | |
276 | 273 |
277 zsh-defer source ~/.zsh/zsh-history-substring-search.zsh | 274 zsh-defer source ~/.zsh/zsh-history-substring-search.zsh |
278 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=cyan,fg=white' | 275 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=cyan,fg=white' |
279 | 276 |
280 zsh-defer source ~/.zsh/zsh-autosuggestions.zsh | 277 zsh-defer source ~/.zsh/zsh-autosuggestions.zsh |