tmux.conf 307 B

1234567891011
  1. set -g status-right '#(echo $USER)@#H #(uptime | cut -d "," -f 1)'
  2. set -g status-keys vi
  3. setw -g mode-keys vi
  4. set -g history-limit 1000
  5. set -g prefix C-a
  6. unbind C-b
  7. bind C-a last-window
  8. bind M setw monitor-activity on
  9. bind-key -n F1 choose-window
  10. bind-key -n F11 previous-window
  11. bind-key -n F12 next-window