added autotitles to tmux

master
Daniel Nägele 11 years ago
parent 2f6a42e7d7
commit f05e5d69b6
  1. 6
      tmux.conf

@ -76,6 +76,6 @@ set-window-option -g window-status-current-bg green
set-window-option -g clock-mode-colour cyan set-window-option -g clock-mode-colour cyan
set-window-option -g clock-mode-style 24 set-window-option -g clock-mode-style 24
# copy and paste # titles
bind C-p run "tmux set-buffer \"$(xclip -o)\"; tmux paste-buffer" set -g set-titles on
bind C-y run "tmux show-buffer | xclip -i" set -g set-titles-string "#T"

Loading…
Cancel
Save