tmux autostart
This commit is contained in:
parent
72828d1601
commit
eea844f6a5
1 changed files with 7 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue