Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

tmux.conf 799 B

12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
12 år sedan
123456789101112131415161718192021222324252627
  1. # soruce ~/.dotfiles/tmux.conf
  2. unbind C-b
  3. set -g prefix C-z
  4. bind-key C-z send-prefix
  5. bind-key C command-prompt "new-window '%%'"
  6. setw -g mode-keys vi
  7. set -g default-command /bin/bash
  8. #set -g default-terminal screen-256color
  9. #set -g default-terminal screen-16color
  10. #set -g status-left ""
  11. #set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"
  12. set -g status-right "#(whoami)@#H | #(tmux -V) "
  13. set message-bg black
  14. set message-fg yellow
  15. set -g set-titles on
  16. set -g status-bg green
  17. set -g status-fg white
  18. if "test `hostname` = arch-aspireone" "set -g status-bg blue"
  19. if "test `hostname` = darwin-mba.local" "set -g status-bg yellow; set -g status-fg black"
  20. if "test -f /opt/local/bin/reattach-to-user-namespace" "set-option -g default-command '/opt/local/bin/reattach-to-user-namespace bash'"