diff --git a/.gitmodules b/.gitmodules index 34e591b..9d80fd5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,7 @@ path = .fzf url = https://github.com/unixorn/fzf-zsh-plugin.git branch = main +[submodule ".zsh/plugins/fzf-tab"] + path = .zsh/plugins/fzf-tab + url = https://github.com/Aloxaf/fzf-tab.git + branch = master diff --git a/.zsh/.plugins.zsh b/.zsh/.plugins.zsh index 5c1d016..dc239c6 100644 --- a/.zsh/.plugins.zsh +++ b/.zsh/.plugins.zsh @@ -7,6 +7,7 @@ local zAgentManagement="$zplug/custom/agent.zsh" local zCommandNotFound="$zplug/custom/command-not-found.plugin.zsh" local zFzf="$HOME/.fzf/fzf-zsh-plugin.plugin.zsh" +local zFzfTab="$zplug/fzf-tab/fzf-tab.plugin.zsh" local zAutosg="$zplug/autosuggestions/zsh-autosuggestions.zsh" local zSynthl="$zplug/syntax-highlighting/zsh-syntax-highlighting.zsh" local zAutopairs="$zplug/autopairs/autopair.zsh" @@ -18,6 +19,7 @@ local _pluginlist=( "$zTruecolor" "$zAutopairs" "$zFzf" + "$zFzfTab" "$zFzfCd" "$zAgentManagement" "$zCommandNotFound" diff --git a/.zsh/plugins/fzf-tab b/.zsh/plugins/fzf-tab new file mode 160000 index 0000000..2abe1f2 --- /dev/null +++ b/.zsh/plugins/fzf-tab @@ -0,0 +1 @@ +Subproject commit 2abe1f2f1cbcb3d3c6b879d849d683de5688111f