aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 81b7c91..d52c29d 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -28,8 +28,6 @@ bind-key ) swap-window -t +1
28bind-key ( swap-window -t -1 28bind-key ( swap-window -t -1
29bind-key [ copy-mode 29bind-key [ copy-mode
30 30
31bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'
32
33# statusline hide / unhide 31# statusline hide / unhide
34bind -n M-down set -q status off 32bind -n M-down set -q status off
35bind -n M-up set -q status on 33bind -n M-up set -q status on
@@ -53,8 +51,9 @@ set -g status-right ""
53set -g status-style "bg=colour0" 51set -g status-style "bg=colour0"
54set -ag status-style "fg=colour7" 52set -ag status-style "fg=colour7"
55 53
56set -g window-status-current-format " #[fg=colour15]#W#{?window_zoomed_flag, #[fg=colour2]+,}" 54set -g window-status-current-format " #[fg=colour15]#W#{?window_zoomed_flag, #[fg=colour2]+,}#{?window_activity_flag, #[fg=colour3]!,}"
57set -g window-status-format " #[fg=colour8]#W#{?window_zoomed_flag, #[fg=colour2]+,}" 55set -g window-status-format " #[fg=colour8]#W#{?window_zoomed_flag, #[fg=colour2]+,}"
56
58 57
59set -g status-left-length 100 58set -g status-left-length 100
60set -g status-left "#[fg=colour15]#(date +"%H%M") #[fg=colour8]hrs " 59set -g status-left "#[fg=colour15]#(date +"%H%M") #[fg=colour8]hrs "