소스 검색

Update tmux status line

pull/1/head
10sr 9 년 전
부모
커밋
588c3b465c
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      tmux.conf

+ 4
- 2
tmux.conf 파일 보기

@@ -28,8 +28,10 @@ setw -g mode-mouse off
# try to set title of terminal tmux is running on
# set -g set-titles off
set -g display-panes-time 5000
set -g window-status-current-format "#I|#W:#T#F"
set -g window-status-format "#I|#W:#T#F"
# <Index>|<Command>:<Title><Window flag>
# Example: `1|emacs:.dotfiles*`
set -g window-status-current-format "#I|#{pane_current_command}:#T#F"
set -g window-status-format "#I|#{pane_current_command}:#T#F"
# set window name automatically from command currently running
set -g automatic-rename on



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