Compare commits

...

2 Commits

Author SHA1 Message Date
d80835de81 Update ohmyzsh and zsh-autosuggestions 2025-05-28 18:40:49 +02:00
cc7d42ff42 Added zsh autopair plugin 2025-05-28 18:34:54 +02:00
5 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -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

View File

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