From f37c4809e698a82bd07934b0f701e6af2224e32a Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 13 Jan 2023 13:01:46 -0800 Subject: tmux: updated config --- tmux/.tmux.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7730a8c..a14d7e2 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" +set -g history-limit 50000 set -g base-index 1 set -s escape-time 0 set -g mouse on @@ -10,6 +11,7 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R bind r source-file ~/.tmux.conf + # Enable vi keys. setw -g mode-keys vi @@ -25,16 +27,18 @@ unbind p bind p paste-buffer set-option -g status-position top -set -g pane-border-style fg=colour15 +set -g pane-border-style fg=colour8 set -g pane-active-border-style fg=colour8 set -g status-justify right set -g status-right "" -set -g status-style "bg=colour0" +set -g status-left "" +set -g status-style "bg=default" set -ag status-style "fg=colour7" set -g window-status-current-format "#[fg=colour15] #W" set -g window-status-format "#[fg=colour8] #W" set -g status-left-length 100 -set -ag status-left "#[fg=colour8]bat #[fg=colour15]#(~/.bin/batc) " +set -ag status-left "#[fg=colour8]bat #[fg=colour15]#(~/.bin/bat) " +set -ag status-left "#[fg=colour8]time #[fg=colour15]#(date +"%I:%M%p") " -- cgit v1.2.3