Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

12 anni fa
12 anni fa
12 anni fa
12 anni fa
12 anni fa
12 anni fa
12 anni fa
12 anni fa
12 anni fa
12 anni fa
11 anni fa
12 anni fa
1234567891011121314151617181920212223242526272829
  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 base-index 1
  8. set -g default-command /bin/bash
  9. #set -g default-terminal screen-256color
  10. #set -g default-terminal screen-16color
  11. #set -g status-left ""
  12. #set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"
  13. set -g status-right "#(whoami)@#H | #(tmux -V) "
  14. set message-bg black
  15. set message-fg yellow
  16. set -g set-titles on
  17. set -g status-bg green
  18. set -g status-fg white
  19. if "test `hostname` = arch-aspireone" "set -g status-bg blue; set -g pane-active-border-fg blue"
  20. if "test `hostname` = darwin-mba.local" "set -g status-bg yellow; set -g pane-active-border-fg yellow; set -g status-fg black"
  21. if "test `hostname` = newkiwi" "set -g status-bg magenta; set -g pane-active-border-fg magenta"
  22. if "test -f /opt/local/bin/reattach-to-user-namespace" "set-option -g default-command '/opt/local/bin/reattach-to-user-namespace bash'"