From a74492efd1213ae36aef997c743501c40f261909 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 4 Oct 2020 14:41:25 +0530 Subject: add git aliases --- tmux/.tmux.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tmux/.tmux.conf') 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 bind-key ( swap-window -t -1 bind-key [ copy-mode -bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"' - # statusline hide / unhide bind -n M-down set -q status off bind -n M-up set -q status on @@ -53,8 +51,9 @@ set -g status-right "" set -g status-style "bg=colour0" set -ag status-style "fg=colour7" -set -g window-status-current-format " #[fg=colour15]#W#{?window_zoomed_flag, #[fg=colour2]+,}" -set -g window-status-format " #[fg=colour8]#W#{?window_zoomed_flag, #[fg=colour2]+,}" +set -g window-status-current-format " #[fg=colour15]#W#{?window_zoomed_flag, #[fg=colour2]+,}#{?window_activity_flag, #[fg=colour3]!,}" +set -g window-status-format " #[fg=colour8]#W#{?window_zoomed_flag, #[fg=colour2]+,}" + set -g status-left-length 100 set -g status-left "#[fg=colour15]#(date +"%H%M") #[fg=colour8]hrs " -- cgit v1.2.3