Skip to content

Commit

Permalink
update tmux config
Browse files Browse the repository at this point in the history
  • Loading branch information
HariP19 committed Oct 3, 2023
1 parent 21154a4 commit 6e57386
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ bind-key "|" split-window -fh -c "#{pane_current_path}"
bind-key "-" split-window -v -c "#{pane_current_path}"
bind-key "_" split-window -fv -c "#{pane_current_path}"

# Synchronize Panes
bind -n C-s set-window-option synchronize-panes

# Set history limit
set-option -g history-limit 50000

Expand All @@ -45,7 +48,7 @@ set -ga terminal-overrides ',xterm-256color:Tc'
## Status bar
set -g status-style bg=colour237,fg=yellow

set -g status-left "#[fg=#83A598] [#h] "
set -g status-left "#[fg=#83A598] [#S] "
set -g status-left-length 60
set -g status-right-length 60
set -g status-right '#{gpu_fg_color} GPU: #{gpu_icon} #{gpu_percentage}|#{cpu_fg_color} CPU: #{cpu_icon} #{cpu_percentage}|#{ram_fg_color} RAM: #{ram_icon} #{ram_percentage} '
Expand Down

0 comments on commit 6e57386

Please sign in to comment.