소스 검색

update tmux.conf

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

+ 3
- 1
tmux.conf 파일 보기

@@ -5,14 +5,16 @@ set -g prefix C-z
bind-key C-z send-prefix
bind-key c command-prompt "new-window '%%'"

setw -g mode-keys vi
set -g base-index 1
set -g pane-base-index 1

setw -g mode-keys vi
set -g default-command /bin/bash
#set -g default-terminal screen-256color
#set -g default-terminal screen-16color
set default-path "${HOME}" # not work as i expected
set -g set-titles on
set -g display-panes-time 5000

#set -g status-left ""
#set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"


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