Skip to content

Commit

Permalink
feat(plugins): add fzf-tab
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed May 18, 2024
1 parent cc8399d commit ac5c4ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "custom/plugins/wakatime"]
path = custom/plugins/wakatime
url = https://github.com/sobolevn/wakatime-zsh-plugin.git
[submodule "custom/plugins/fzf-tab"]
path = custom/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab
1 change: 1 addition & 0 deletions custom/plugins/fzf-tab
Submodule fzf-tab added at c7fb02
3 changes: 3 additions & 0 deletions synced/symlink/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
plugins+=(
zsh-syntax-highlighting
zsh-autosuggestions
fzf-tab
)
fi

Expand Down Expand Up @@ -54,6 +55,8 @@ export DISABLE_UNTRACKED_FILES_DIRTY="true"
export ZSH_AUTOSUGGEST_MANUAL_REBIND="true"

zstyle ':omz:update' mode disabled
zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls -1 --color=always $realpath'

# Load oh-my-zsh
source "$ZSH/oh-my-zsh.sh"
Expand Down

0 comments on commit ac5c4ea

Please sign in to comment.