tmux.conf 226 B

1234567
  1. # put this in ~/.tmux.conf
  2. set -g default-command /bin/bash
  3. set -g default-shell /bin/bash
  4. set -g default-terminal "xterm-256color"
  5. set -ga terminal-overrides ',xterm-256color:Tc'
  6. set -g pane-border-status bottom
  7. unbind Space