diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 7 |
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 | |||
28 | bind-key ( swap-window -t -1 | 28 | bind-key ( swap-window -t -1 |
29 | bind-key [ copy-mode | 29 | bind-key [ copy-mode |
30 | 30 | ||
31 | bind-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 |
34 | bind -n M-down set -q status off | 32 | bind -n M-down set -q status off |
35 | bind -n M-up set -q status on | 33 | bind -n M-up set -q status on |
@@ -53,8 +51,9 @@ set -g status-right "" | |||
53 | set -g status-style "bg=colour0" | 51 | set -g status-style "bg=colour0" |
54 | set -ag status-style "fg=colour7" | 52 | set -ag status-style "fg=colour7" |
55 | 53 | ||
56 | set -g window-status-current-format " #[fg=colour15]#W#{?window_zoomed_flag, #[fg=colour2]+,}" | 54 | set -g window-status-current-format " #[fg=colour15]#W#{?window_zoomed_flag, #[fg=colour2]+,}#{?window_activity_flag, #[fg=colour3]!,}" |
57 | set -g window-status-format " #[fg=colour8]#W#{?window_zoomed_flag, #[fg=colour2]+,}" | 55 | set -g window-status-format " #[fg=colour8]#W#{?window_zoomed_flag, #[fg=colour2]+,}" |
56 | |||
58 | 57 | ||
59 | set -g status-left-length 100 | 58 | set -g status-left-length 100 |
60 | set -g status-left "#[fg=colour15]#(date +"%H%M") #[fg=colour8]hrs " | 59 | set -g status-left "#[fg=colour15]#(date +"%H%M") #[fg=colour8]hrs " |