dotfiles

My personal dotfiles
git clone git://pcardensab.com/dotfiles
Log | Files | Refs | Submodules | README

tmux.conf (169B)


      1 set-option -g history-limit 10000
      2 set-option -g status-right ""
      3 
      4 bind-key -T prefix S choose-tree -ZGs
      5 
      6 set-option -g prefix C-a
      7 bind-key C-a send-prefix
      8 unbind-key C-b