💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › freebsd › .tmux.conf.gmi captured on 2024-08-25 at 05:46:30. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-10)
-=-=-=-=-=-=-
.tmux.conf (455B)
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 18 19 set -g default-shell /usr/local/bin/bash