From b23da6edc5aba30c707efc666fee9a620c53e321 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Sat, 30 Mar 2024 15:54:13 +0100 Subject: [PATCH] formatted tmux conf --- tmux.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tmux.conf b/tmux.conf index 5d07856..598bea8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,7 @@ # Re-assigning C-b to C-a set-option -g prefix C-a -# Bindings for C-a a +# Bindings for C-a a bind-key a send-prefix # Set status bar @@ -9,8 +9,8 @@ set -g status-bg black set -g status-fg white set -g status-left '#[fg=green](#S) #(whoami)@#H#[default]' set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=blue]%H:%M#[default]' -set -g status-left-length 30 -set -g status-right-length 60 +set -g status-left-length 30 +set -g status-right-length 60 # set correct term set -g default-terminal screen-256color @@ -18,7 +18,6 @@ set -g default-terminal screen-256color setw -g monitor-activity on set -g visual-activity on - setw -g aggressive-resize on # Bindings for vertical + horizontal splits @@ -45,7 +44,6 @@ bind C-v run "tmux set-buffer \"$(xclip -o -selection clipboard)\"; tmux paste-b setw -g mode-keys vi - # bind ^A space to go to the next window bind-key C-a last-window bind-key Space next-window