diff --git a/.zpreztorc b/.zpreztorc index 107c831..4177638 100644 --- a/.zpreztorc +++ b/.zpreztorc @@ -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'