|
|
@ -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" |
|
|
|