Added zsh autopair plugin
This commit is contained in:
parent
637c15299b
commit
30d26ce769
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
|||
[submodule "tmux/tpm"]
|
||||
path = tmux/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
|
||||
|
|
1
zsh/custom/plugins/zsh-autopair
Submodule
1
zsh/custom/plugins/zsh-autopair
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 449a7c3d095bc8f3d78cf37b9549f8bb4c383f3d
|
|
@ -26,6 +26,7 @@ plugins=(
|
|||
colored-man-pages
|
||||
command-not-found
|
||||
dirhistory
|
||||
zsh-autopair
|
||||
)
|
||||
|
||||
bindkey -M vicmd "k" up-line-or-beginning-search
|
||||
|
|
Loading…
Reference in New Issue
Block a user