]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Let's try to use zsh autoquoter
authorSergey Matveev <stargrave@stargrave.org>
Tue, 25 Jan 2022 11:36:33 +0000 (14:36 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:14 +0000 (14:35 +0300)
zsh/.zsh/rc/025zaq.zsh [new file with mode: 0644]

diff --git a/zsh/.zsh/rc/025zaq.zsh b/zsh/.zsh/rc/025zaq.zsh
new file mode 100644 (file)
index 0000000..fc04666
--- /dev/null
@@ -0,0 +1,7 @@
+. ~/work/zsh-autoquoter/zsh-autoquoter.zsh
+ZSH_HIGHLIGHT_HIGHLIGHTERS+=(zaq)
+ZAQ_PREFIXES=(
+    "t a"
+    "yt"
+    "ytb"
+)