Added syntax highlighting to shell
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -10,3 +10,6 @@
|
|||||||
[submodule "zsh/custom/plugins/zsh-autopair"]
|
[submodule "zsh/custom/plugins/zsh-autopair"]
|
||||||
path = zsh/custom/plugins/zsh-autopair
|
path = zsh/custom/plugins/zsh-autopair
|
||||||
url = https://github.com/hlissner/zsh-autopair
|
url = https://github.com/hlissner/zsh-autopair
|
||||||
|
[submodule "zsh/custom/plugins/fast-syntax-highlighting"]
|
||||||
|
path = zsh/custom/plugins/fast-syntax-highlighting
|
||||||
|
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||||
|
|||||||
1
zsh/custom/plugins/fast-syntax-highlighting
Submodule
1
zsh/custom/plugins/fast-syntax-highlighting
Submodule
Submodule zsh/custom/plugins/fast-syntax-highlighting added at 3d574ccf48
@@ -27,6 +27,7 @@ plugins=(
|
|||||||
command-not-found
|
command-not-found
|
||||||
dirhistory
|
dirhistory
|
||||||
zsh-autopair
|
zsh-autopair
|
||||||
|
fast-syntax-highlighting
|
||||||
)
|
)
|
||||||
|
|
||||||
bindkey -M vicmd "k" up-line-or-beginning-search
|
bindkey -M vicmd "k" up-line-or-beginning-search
|
||||||
|
|||||||
Reference in New Issue
Block a user