dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

tmux.conf (817B)


      1 set -g mouse on 
      2 set-option -g history-limit 10000
      3 set -s escape-time 0
      4 
      5 set -g base-index 1
      6 setw -g pane-base-index 1
      7 
      8 set -g default-terminal "xterm-256color"
      9 set-option -ga terminal-overrides ",xterm-256color:Tc"
     10 
     11 #set-option -g status-position "bottom"
     12 #set-option -g status-style bg=default,fg=default
     13 #set-option -g status-justify centre
     14 # set-option -g status-left '#[bg=default,fg=default,bold]#{?client_prefix,,  (._.)  }#[bg=#ffff00,fg=black,bold]#{?client_prefix,  (._.)  ,}'
     15 #set-option -g status-left '#[bg=default,fg=default,bold]#{?client_prefix,,  (._.)  }#[bg=default,fg=red,bold]#{?client_prefix,  (._.)  ,}'
     16 #set-option -g status-right '#H:#S'
     17 #set-option -g window-status-format ' #I:#W '
     18 #set-option -g window-status-current-format '#[bg=#ffff00,fg=#000000] #I:#W#{?window_zoomed_flag, 󰊓 , }'