Compare commits

..

No commits in common. "e304ca72d334a3f9e10e2e1434d1b4db04b18e9d" and "6f553fda86e2e9dfd2b340abf064b284c2510427" have entirely different histories.

3 changed files with 0 additions and 27 deletions

9
.gitmodules vendored
View File

@ -1,24 +1,15 @@
[submodule "zsh-history-substring-search"]
path = plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
ignore = untracked
[submodule "zsh-syntax-highlighting"]
path = plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
ignore = untracked
[submodule "zsh-autosuggestions"]
path = plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
ignore = untracked
[submodule "zsh-completions"]
path = plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
ignore = untracked
[submodule "spaceship-prompt"]
path = plugins/spaceship-prompt
url = https://github.com/spaceship-prompt/spaceship-prompt.git
ignore = untracked
[submodule "fzf-tab"]
path = plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab.git
ignore = dirty

View File

@ -161,23 +161,6 @@ __ZSH_LOCAL_FILE="${ZSH_CONFIG_DIR}/local.zsh"
# THE FOLLOWING PLUGINS MUST COME LAST
# FZF Integration
load_plugin fzf-tab
# Disable sort when completing `git checkout`
zstyle ':completion:*:git-checkout:*' sort false
# Set descriptions format to enable group support
zstyle ':completion:*:descriptions' format '[%d]'
# Set list-colors to enable filename colorizing
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
# Preview directory's content with exa when completing cd
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'exa -1 --color=always $realpath'
# Remove the '.' prefix at the start of every completion
zstyle ':fzf-tab:*' prefix ''
# Switch groups
zstyle ':fzf-tab:*' switch-group 'ctrl-h' 'ctrl-l'
# Toggle selected for all visible entries
zstyle ':fzf-tab:*' fzf-bindings 'ctrl-a:toggle-all'
# More completions
load_plugin zsh-completions

@ -1 +0,0 @@
Subproject commit 938eef72e93ddb0609205a663bf0783f4e1b5fae