💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › dotfiles › .tmux.conf.gm… captured on 2024-07-09 at 02:57:24. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
.tmux.conf (413B)
1 set-option -g prefix C-a 2 bind-key C-a last-window 3 bind-key a send-prefix 4 5 set -g history-limit 20000 6 7 set-option -g status off 8 9 set -g set-titles on 10 set -g set-titles-string "#T" 11 12 # https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf 13 #set-option -g status-bg colour235 #base02 14 #set-option -g status-fg colour136 #yellow 15 #set-option -g status-attr default 16 17 set -g default-terminal xterm