728x90
반응형
Install Tmux
# apt-get install tmux
Configure Tmux
set-option -g prefix C-a bind-key C-a last-window unbind % # Remove default binding since we're replacing bind | split-window -h bind - split-window -v # Set status bar set -g status-bg black set -g status-fg white set -g status-left '#[fg=green]#H' # Highlight active window set-window-option -g window-status-current-bg red set -g status-right '#[fg=yellow]#(uptime | cut -d "," -f 2-)' # Set window notifications setw -g monitor-activity on set -g visual-activity on # Automatically set window title setw -g automatic-rename
728x90
반응형
'ETC (IT)' 카테고리의 다른 글
다른 계정으로 명령 실행하기 (0) | 2011.12.22 |
---|---|
IE9 에서 Flash 배경이 까맣게 나오는 현상 해결하기 (0) | 2011.11.02 |
USB 스틱으로 Debian 설치하기 (0) | 2011.10.12 |
FreeBSD 8.2 설치후 작업 (0) | 2011.07.09 |
(Freeware for Business) 포토스케이프 : 국산 이미지 편집기 (0) | 2011.07.06 |