diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-02 14:49:17 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-05-02 14:49:17 +0200 |
| commit | a99e887f5d8348e0d78654160d3248957767fe1d (patch) | |
| tree | 23dd4f8c1da5fe3bb02fe772c5ddecfbc074344c | |
| parent | 85b726dde03573385f8c0081a9705173b2322a08 (diff) | |
| download | dotfiles-a99e887f5d8348e0d78654160d3248957767fe1d.tar.gz dotfiles-a99e887f5d8348e0d78654160d3248957767fe1d.zip | |
tmux: removed options no longer supported
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | tmux.conf | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -70,7 +70,6 @@ bind -n M-S-Right resize-pane -R # # window title # -set-window-option -g utf8 on set-window-option -g automatic-rename on set-option -g set-titles on set-option -g set-titles-string '#S:#I.#P #W' # window number,program name,active (or not) @@ -101,7 +100,6 @@ set -g status-right-attr "none" set -g message-fg "colour15" set -g message-command-bg "colour8" set -g status-attr "none" -set -g status-utf8 "on" set -g pane-border-fg "colour8" set -g status-left-attr "none" setw -g window-status-fg "colour7" |
