zsh: disable fzf-tab that was driving me nuts
This commit is contained in:
parent
65defa2a96
commit
3691a3aee1
1 changed files with 0 additions and 9 deletions
9
.zshrc
9
.zshrc
|
@ -17,19 +17,10 @@ zi load zdharma-continuum/fast-syntax-highlighting
|
||||||
zi ice wait lucid
|
zi ice wait lucid
|
||||||
zi load zsh-users/zsh-history-substring-search
|
zi load zsh-users/zsh-history-substring-search
|
||||||
zi ice wait lucid
|
zi ice wait lucid
|
||||||
zi load Aloxaf/fzf-tab
|
|
||||||
zi ice wait lucid
|
|
||||||
zi load Freed-Wu/fzf-tab-source
|
|
||||||
zi ice wait lucid
|
|
||||||
zi load nix-community/nix-zsh-completions
|
zi load nix-community/nix-zsh-completions
|
||||||
|
|
||||||
zstyle ':completion:*' use-cache on
|
zstyle ':completion:*' use-cache on
|
||||||
zstyle ':completion:*' cache-path ~/.zsh/cache
|
zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||||
|
|
||||||
## fzf-tab
|
|
||||||
zstyle ':fzf-tab:*' fzf-bindings 'tab:accept'
|
|
||||||
zstyle ':fzf-tab:*' continuous-trigger '/'
|
|
||||||
zstyle ':fzf-tab:*' fzf-min-height 30
|
|
||||||
|
|
||||||
## History
|
## History
|
||||||
HISTSIZE=50000
|
HISTSIZE=50000
|
||||||
|
|
Loading…
Add table
Reference in a new issue