2017-07-27 09:53:46 +02:00
|
|
|
set -g set-titles on
|
|
|
|
set -g set-titles-string "tmux.#S"
|
|
|
|
|
2019-04-30 08:45:01 +02:00
|
|
|
set-option -g status-style "bg=black,fg=white"
|
|
|
|
set-option -g window-status-current-style "fg=black,bg=red"
|
2012-10-19 17:46:47 +02:00
|
|
|
|
2019-04-30 08:45:01 +02:00
|
|
|
set-option -g pane-border-style fg=black
|
|
|
|
set-option -g pane-active-border-style fg=white
|
2012-10-19 17:46:47 +02:00
|
|
|
|
|
|
|
set-option -g monitor-activity off
|
|
|
|
|
2019-04-30 08:45:01 +02:00
|
|
|
set-option -g window-status-bell-style bold
|
|
|
|
set-option -g window-status-activity-style bold
|
2012-10-19 17:46:47 +02:00
|
|
|
|
2019-04-30 08:45:01 +02:00
|
|
|
bind r source-file ~/.config/tmux/tmux.conf
|
2016-08-29 16:02:03 +02:00
|
|
|
|
|
|
|
bind '"' split-window -c "#{pane_current_path}"
|
|
|
|
bind % split-window -h -c "#{pane_current_path}"
|
|
|
|
|
|
|
|
bind C-c new-window -c '#{pane_current_path}'
|