💾 Archived View for gemini.cyberbot.space › gemlog › aux › tmux.conf.gmi captured on 2023-04-26 at 13:32:54. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

set -g mouse on

set -g prefix C-a

set -g status-interval 2

bind -n S-down new-window -c ~/

bind -n S-left prev

bind -n S-right next

bind -n C-left swap-window -t -1

bind -n C-right swap-window -t +1

set -g history-limit 4096

set -g set-titles on

set -g set-titles-string '#T'

set -g status on

set -g status-interval 2

set -g status-left ''

set -g status-position bottom

set -g status-right "#[bg=colour235] #[fg=brightred]CPU:#(~/scripts/sparkcpu.sh) #[fg=orange]Mem:#(~/scripts/sparkmem.sh)#(free -m | awk '/^Mem/ {print $3}') #[fg=green]Bat:#(~/scripts/bstat.sh) #[fg=darkgray]%I:%M"

set -g status-style "bg=colour233"

setw -g pane-base-index 1

setw -g window-status-format "#[bg=magenta]#[fg=black] #I #[bg=colour237]#[fg=green] #W "

setw -g window-status-current-format "#[bg=magenta]#[fg=black] #I #[bg=green]#[fg=black] #W "

bind r source-file ~/.tmux.conf