Enable syntax highlighting and history substring matching

Alpha Chen 9 years ago committed by Alpha Chen
parent 04e9894f96
commit a0d21e178f

@ -43,7 +43,9 @@ zstyle ':prezto:load' pmodule \
'fasd' \ 'fasd' \
'git' \ 'git' \
'ruby' \ 'ruby' \
'tmux' 'tmux' \
'syntax-highlighting' \
'history-substring-search'
# #
# Autosuggestions # Autosuggestions
@ -192,13 +194,13 @@ zstyle ':prezto:module:ruby:chruby' auto-switch 'yes'
# Set syntax highlighters. # Set syntax highlighters.
# By default, only the main highlighter is enabled. # By default, only the main highlighter is enabled.
# zstyle ':prezto:module:syntax-highlighting' highlighters \ zstyle ':prezto:module:syntax-highlighting' highlighters \
# 'main' \ 'main' \
# 'brackets' \ 'brackets' \
# 'pattern' \ 'pattern' \
# 'line' \ 'line' \
# 'cursor' \ 'cursor' \
# 'root' 'root'
# #
# Set syntax highlighting styles. # Set syntax highlighting styles.
# zstyle ':prezto:module:syntax-highlighting' styles \ # zstyle ':prezto:module:syntax-highlighting' styles \

Loading…
Cancel
Save