mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 14:43:32 +01:00
[tmux] removed deprecated lines
This commit is contained in:
parent
18d504e7d3
commit
0be4faaca0
1 changed files with 2 additions and 6 deletions
|
@ -42,15 +42,11 @@ bind - split-window -v
|
|||
bind s split-window -v
|
||||
bind v split-window -h
|
||||
|
||||
# disable mouse
|
||||
set-window-option -g mode-mouse off
|
||||
|
||||
|
||||
# default status bar colours
|
||||
set-option -g status-bg black
|
||||
set-option -g status-fg white
|
||||
set-window-option -g window-status-bell-style bg=black,fg=brightred
|
||||
set-window-option -g windows-status-current-style fg=brightyellow
|
||||
set-window-option -g window-status-current-style fg=brightyellow
|
||||
|
||||
# default status bar content
|
||||
set-option -g status-left "#h"
|
||||
|
@ -58,7 +54,7 @@ set-option -g status-left-length 70
|
|||
set-option -g status-right "%a %d-%m-%y :: %H:%M"
|
||||
|
||||
# enable UTF-8 support
|
||||
set-option -g status-utf8 on
|
||||
set-option -g status on
|
||||
|
||||
|
||||
# Try loading machine specific things
|
||||
|
|
Loading…
Reference in a new issue