Skip to content

Commit

Permalink
add tmux conf key bind for synchronize-panes
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-chaojie committed Feb 1, 2023
1 parent e2eaa16 commit d20b1f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R

bind-key q set synchronize-panes

bind-key T pipe-pane "exec cat >>~/#W-tmux-`date +%Y%m%d%H%M%S`.log" \; display-message 'Started logging to ~/#W-tmux-`date +%Y%m%d%H%M%S`.log'
bind-key t pipe-pane \; display-message 'Ended logging to ~/#W-tmux-`date +%Y%m%d%H%M%S`.log'

Expand Down

0 comments on commit d20b1f6

Please sign in to comment.