dotfiles/.zpreztorc
2023-11-25 18:18:36 +09:00

44 lines
1.1 KiB
Plaintext

# 色彩
zstyle ':prezto:*:*' color 'yes'
# プリロード
zstyle ':prezto:load' pmodule \
'archive' \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'syntax-highlighting' \
'history-substring-search' \
'prompt' \
'tmux'
# キーマップ
zstyle ':prezto:module:editor' key-bindings 'emacs'
# テーマ
zstyle ':prezto:module:prompt' theme 'pure'
# ハイライト
zstyle ':prezto:module:syntax-highlighting' color 'yes'
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern'
# tmux
zstyle ':prezto:module:tmux:auto-start' local 'yes'
zstyle ':prezto:module:tmux:session' name '0'
zstyle ':prezto:module:tmux:alias' skip 'yes'
# 途中まで打ったコマンドの履歴を検索
zstyle ':prezto:module:history-substring-search' case-sensitive 'yes'
zstyle ':prezto:module:history-substring-search' color 'yes'
zstyle ':prezto:module:history-substring-search:color' found ''
zstyle ':prezto:module:history-substring-search:color' not-found ''
zstyle ':prezto:module:history-substring-search' globbing-flags ''