소스 검색

Bind function to switch sessions to ^z^o

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

+ 4
- 1
tmux.conf 파일 보기

@@ -5,12 +5,15 @@ if "test -f $HOME/.tmux.conf.local" "source-file $HOME/.tmux.conf.local" \

unbind C-b
set -g prefix C-z

bind C-z send-prefix
bind C-c command-prompt "new-window '%%'"
bind C-r source-file ~/.tmux.conf \; display-message "Reloaded config !"
# new-session: -A: "behaves like attach-session if session-name already exists"
# -d: do not attach the created session
bind C-s command-prompt -p "session name:" \
bind C-s command-prompt -p "session name to switch to:" \
"new-session -Ad -s '%1'\; switch-client -t '%1'"
bind C-o command-prompt -p "session name to switch to:" \
"new-session -Ad -s '%1'\; switch-client -t '%1'"

set -g base-index 1


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