# # Tmux configuration file # See https://wiki.archlinux.org/index.php/tmux # # Use screen sequency while we get used to tmux unbind C-b set -g prefix C-a bind a send-prefix # Support for 256 colors set -g default-terminal "screen-256color" # Status bar # See https://coderwall.com/p/ca5cuw # http://zanshin.net/2013/09/05/my-tmux-configuration/ #set-option -g status-position top #set -g status-fg white #set -g status-bg blue #set -g status-left '' #set -g status-right-length 60 # Powerline source '/usr/share/powerline/bindings/tmux/powerline.conf'