Added zsh autopair plugin

This commit is contained in:
Dreaded_X 2025-05-28 18:34:54 +02:00
parent e68bbd00f6
commit cc7d42ff42
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "tmux/tpm"] [submodule "tmux/tpm"]
path = tmux/tpm path = tmux/tpm
url = https://github.com/tmux-plugins/tpm url = https://github.com/tmux-plugins/tpm
[submodule "zsh/custom/plugins/zsh-autopair"]
path = zsh/custom/plugins/zsh-autopair
url = https://github.com/hlissner/zsh-autopair

@ -0,0 +1 @@
Subproject commit 449a7c3d095bc8f3d78cf37b9549f8bb4c383f3d

View File

@ -26,6 +26,7 @@ plugins=(
colored-man-pages colored-man-pages
command-not-found command-not-found
dirhistory dirhistory
zsh-autopair
) )
bindkey -M vicmd "k" up-line-or-beginning-search bindkey -M vicmd "k" up-line-or-beginning-search