tmux autostart

This commit is contained in:
Rikuoh Tsujitani 2023-11-25 18:18:36 +09:00
parent 72828d1601
commit eea844f6a5
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -14,7 +14,8 @@ zstyle ':prezto:load' pmodule \
'completion' \
'syntax-highlighting' \
'history-substring-search' \
'prompt'
'prompt' \
'tmux'
# キーマップ
zstyle ':prezto:module:editor' key-bindings 'emacs'
@ -29,6 +30,11 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \
'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'