2017-07-27 09:53:46 +02:00
|
|
|
set -g set-titles on
|
|
|
|
set -g set-titles-string "tmux.#S"
|
|
|
|
|
2012-10-19 17:46:47 +02:00
|
|
|
set-option -g status-bg black
|
|
|
|
set-option -g status-fg white
|
|
|
|
|
|
|
|
set-option -g window-status-current-bg white
|
|
|
|
set-option -g window-status-current-fg black
|
|
|
|
|
|
|
|
set-option -g pane-border-fg black
|
|
|
|
set-option -g pane-active-border-fg white
|
|
|
|
|
|
|
|
set-option -g monitor-activity off
|
|
|
|
|
|
|
|
set-option -g window-status-bell-attr bold
|
|
|
|
set-option -g window-status-activity-attr bold
|
|
|
|
|
|
|
|
bind r source-file ~/.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}'
|