소스 검색

change color of window-status-current in tmux.conf

pull/1/head
10sr 11 년 전
부모
커밋
bb49462619
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      tmux.conf

+ 5
- 0
tmux.conf 파일 보기

@@ -28,3 +28,8 @@ if "test `hostname` = darwin-mba.local" "set -g status-bg yellow; set -g pane-ac
if "test `hostname` = newkiwi" "set -g status-bg magenta; set -g pane-active-border-fg magenta"

if "test -f /opt/local/bin/reattach-to-user-namespace" "set-option -g default-command '/opt/local/bin/reattach-to-user-namespace bash'"

# window-status-current
setw -g window-status-current-fg black
setw -g window-status-current-bg white
setw -g window-status-current-attr bold

불러오는 중...
취소
저장