summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <ssaini@fispan.com>2023-01-13 21:01:46 +0000
committerShubham Saini <ssaini@fispan.com>2023-01-13 21:02:30 +0000
commitf37c4809e698a82bd07934b0f701e6af2224e32a (patch)
treeac04e4e76242e8ba4a4dfa636f1ee232ea666d7d
parentbce233a4370cd8a1d5f50dc36aa47b220df89c16 (diff)
tmux: updated config
-rwxr-xr-xtmux/.tmux.conf12
1 files changed, 8 insertions, 4 deletions
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 @@
1set -g default-terminal "tmux-256color" 1set -g default-terminal "xterm-256color"
2set -g history-limit 50000
2set -g base-index 1 3set -g base-index 1
3set -s escape-time 0 4set -s escape-time 0
4set -g mouse on 5set -g mouse on
@@ -10,6 +11,7 @@ bind j select-pane -D
10bind k select-pane -U 11bind k select-pane -U
11bind l select-pane -R 12bind l select-pane -R
12bind r source-file ~/.tmux.conf 13bind r source-file ~/.tmux.conf
14
13# Enable vi keys. 15# Enable vi keys.
14setw -g mode-keys vi 16setw -g mode-keys vi
15 17
@@ -25,16 +27,18 @@ unbind p
25bind p paste-buffer 27bind p paste-buffer
26 28
27set-option -g status-position top 29set-option -g status-position top
28set -g pane-border-style fg=colour15 30set -g pane-border-style fg=colour8
29set -g pane-active-border-style fg=colour8 31set -g pane-active-border-style fg=colour8
30 32
31set -g status-justify right 33set -g status-justify right
32set -g status-right "" 34set -g status-right ""
33set -g status-style "bg=colour0" 35set -g status-left ""
36set -g status-style "bg=default"
34set -ag status-style "fg=colour7" 37set -ag status-style "fg=colour7"
35 38
36set -g window-status-current-format "#[fg=colour15] #W" 39set -g window-status-current-format "#[fg=colour15] #W"
37set -g window-status-format "#[fg=colour8] #W" 40set -g window-status-format "#[fg=colour8] #W"
38 41
39set -g status-left-length 100 42set -g status-left-length 100
40set -ag status-left "#[fg=colour8]bat #[fg=colour15]#(~/.bin/batc) " 43set -ag status-left "#[fg=colour8]bat #[fg=colour15]#(~/.bin/bat) "
44set -ag status-left "#[fg=colour8]time #[fg=colour15]#(date +"%I:%M%p") "