summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorYigit Sever2019-05-07 19:26:40 +0300
committerYigit Sever2019-05-07 19:26:40 +0300
commitd4645c9775ba20f600682b53a181fb2f57324184 (patch)
treee0836a21ac626f78d52c9b39d1eecf3d3a26f014 /.tmux.conf
parenta41399406733d01b7f9eed4c1f9e815fc1f4c842 (diff)
downloaddotfiles-d4645c9775ba20f600682b53a181fb2f57324184.tar.gz
dotfiles-d4645c9775ba20f600682b53a181fb2f57324184.tar.bz2
dotfiles-d4645c9775ba20f600682b53a181fb2f57324184.zip
Get tmux conf updated
diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf17
1 files changed, 6 insertions, 11 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 74d5a1e..1e98f0e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -12,24 +12,19 @@ set -g pane-base-index 1
12# Set status bar 12# Set status bar
13set -g status-position bottom 13set -g status-position bottom
14set -g status-justify left 14set -g status-justify left
15set -g status-bg black 15
16set -g status-fg white 16set -g status-style fg=white,bg=black,bold
17set -g status-attr bold 17
18set -g status-left "#S " 18set -g status-left "#S "
19set -g status-right '#[fg=white,bg=black,bold] %d/%m #[fg=white,bg=black,bold] %H:%M @#H' 19set -g status-right '#[fg=white,bg=black,bold] %d/%m #[fg=white,bg=black,bold] %H:%M @#H'
20 20
21# higlight the active window in the status bar 21# higlight the active window in the status bar
22set-window-option -g window-status-current-bg white 22set-window-option -g window-status-current-style bg=black,fg=white
23set-window-option -g window-status-current-fg black
24 23
25setw -g window-status-current-fg red 24setw -g window-status-current-style fg=red,bg=white,bold
26setw -g window-status-current-bg white
27setw -g window-status-current-attr bold
28setw -g window-status-current-format ' #I#[fg=red]:#[fg=black]#W#[fg=black]#F ' 25setw -g window-status-current-format ' #I#[fg=red]:#[fg=black]#W#[fg=black]#F '
29 26
30setw -g window-status-fg white 27setw -g window-status-style fg=white,bg=black,dim
31setw -g window-status-bg black
32setw -g window-status-attr dim
33setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F ' 28setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F '
34 29
35# Don't prompt to kill panes/windows. 30# Don't prompt to kill panes/windows.