systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

.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