Advertisement
Guest User

~/.tmux.conf

a guest
Feb 22nd, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. set -g terminal-overrides 'xterm*:smcup@:rmcup@'
  2. set -g history-limit 50000
  3. set -g default-terminal xterm-256color
  4. setw -g utf8 on
  5.  
  6. set -g status-right '[#h] %a %b %d, %H:%M'
  7. set -g status-bg black.
  8. set -g status-fg white
  9. setw -g window-status-current-bg red.
  10. setw -g window-status-current-fg white
  11.  
  12. bind r source-file ~/.tmux.conf
  13. set-option -wg xterm-keys on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement