add script of wifif config for raspberry pi
[dotfiles.git] / tmux.conf
1 ###############################################
2
3 # dependencies:
4 #       brew install reattach-to-user-namespace # for macvim
5
6
7 #set -g prefix ^O
8 #unbind ^b
9 #bind o send-prefix
10 unbind-key C-b
11 set -g prefix 'C-\'
12 bind-key 'C-\' send-prefix
13
14 set -g  status-fg  white
15 #set -g         status-bg  blue
16 #set -g         status-bg black 
17 set-window-option -g  window-status-current-bg red
18 #set-option -g  status-right "#[fg=green]#T  #[fg=yellow,bold]#(date '+%Y-%m-%d %I:%M%P %a') "
19 #set-option -g  status-right "#[fg=green]#(whoami)  #[fg=yellow,bold]#(date '+%Y-%m-%d') #[fg=red,bold]#(date '+%I:%M') #[fg=yellow,bold]#(date '+%p %a') "
20 set-option -g status-right-length 60
21 set-option -g  status-right "#[fg=yellow]#h #[fg=red]#(echo $TMUX_IP)  #[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') "
22 if-shell 'test "$(uname)" = "Darwin"' 'set -g   status-bg black' 'set -g        status-bg blue' 
23
24 ## automatic change the window title 
25 #set-option -g  set-titles      on
26 #set-option -g  set-titles-string       '#T'
27 #set-option -g  set-titles-string       "#(date '+%I:%M %P %a')"
28 #set-window-option -g   automatic-rename        on
29 set-option -g allow-rename off
30
31
32 #http://unix.stackexchange.com/questions/12032/create-new-window-with-current-directory-in-tmux
33 bind-key -n  "M-t"      new-window #-c '#{pane_current_path}'
34 bind-key -n  "M-n"      next-window
35 bind-key -n  "M-p"      previous-window
36 bind-key -n  "M-Space"  last-window
37
38
39 bind-key -n  "M-`"      select-window -t:0
40 bind-key -n  "M-1"      select-window -t:1
41 bind-key -n  "M-2"      select-window -t:2
42 bind-key -n  "M-3"      select-window -t:3
43 bind-key -n  "M-4"      select-window -t:4
44 bind-key -n  "M-5"      select-window -t:5
45 bind-key -n  "M-6"      select-window -t:6
46 bind-key -n  "M-7"      select-window -t:7
47 bind-key -n  "M-8"      select-window -t:8
48 bind-key -n  "M-9"      select-window -t:9
49
50 #bind-key -n  "C-M-h"   split-window -h
51 #bind-key -n  "C-M-v"   split-window -v
52 bind-key -n  "M-v"              split-window -h -c '#{pane_current_path}'
53 bind-key -n  "M-s"              split-window -v -c '#{pane_current_path}'
54
55 ##bind-key   "o"                select-pane -l
56 ##bind-key   "j"                select-pane -D
57 ##bind-key   "k"                select-pane -U
58 ##bind-key   "h"                select-pane -R
59 ##bind-key   "l"                select-pane -L
60
61 bind-key   "C-h"                resize-pane -L 3
62 bind-key   "C-j"                resize-pane -D 3
63 bind-key   "C-k"                resize-pane -U 3
64 bind-key   "C-l"                resize-pane -R 3
65
66 bind-key -n     "M-j"   select-pane     -D
67 bind-key -n     "M-k"   select-pane     -U
68 bind-key -n     "M-l"   select-pane     -R
69 bind-key -n     "M-h"   select-pane     -L
70 #bind-key -n    "M-o"   select-pane     -l
71
72 set-option      -g      mode-keys vi
73
74 ##set-window-option     -g      utf8 on
75
76 bind-key -n "M-i" copy-mode 
77
78
79 # refer http://askubuntu.com/questions/350718/problem-regarding-tmux-copy-mode
80 # $ tmux list-keys -t vi-copy
81 bind-key -t vi-copy "v" begin-selection
82 bind-key -t vi-copy "Space" page-down
83 bind-key -t vi-copy "BSpace" page-up
84 bind-key -t vi-copy "y" copy-selection  
85 bind-key -t vi-copy "K" halfpage-up
86 bind-key -t vi-copy "J" halfpage-down
87 #http://unix.stackexchange.com/questions/15715/getting-tmux-to-copy-a-buffer-to-the-clipboard
88 bind -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy"
89 ### mouse enable
90 # Reload tmux config
91 #bind r source-file ~/.tmux.conf
92 bind r source-file ~/.tmux.conf \; display "Reloaded!"
93 #set-option     -g      mouse-select-window  on
94 #set-option     -g      mouse-select-pane       on
95 #set-option     -g      mouse-resize-pane       on
96 #set-option     -g      mouse-utf8      on
97
98 #set-window-option      -g      mode-mouse      on
99
100 #set -g default-terminal "screen-256color"
101
102 ## macvim starting from tmux does't have "+ register, cannot using command+v to paste
103 # https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/blob/master/Usage.md
104 # http://stackoverflow.com/questions/16618992/cant-paste-into-macvim
105 # set-option -g default-command 'reattach-to-user-namespace -l "$SHELL"'
106 set-option -g default-command 'command -v reattach-to-user-namespace >/dev/null && exec reattach-to-user-namespace -l "$SHELL" || exec "$SHELL"'
107
108
109
110 #set-option -g pane-border-fg colour235 #base02
111 #    set-option -g pane-active-border-fg colour240 #base01
112 #set -g status-justify centre
113 #setw -g monitor-activity on
114 #    set -g visual-activity on
115
116
117 #       set-window-option -g window-status-fg brightblue #base0
118 #    set-window-option -g window-status-bg colour236 
119 #    set-window-option -g window-status-attr dim
120
121 #    set-window-option -g window-status-current-fg brightred #orange
122 #    set-window-option -g window-status-current-bg colour236 
123 #    set-window-option -g window-status-current-attr bright
124
125 set-option -g base-index 1
126 setw -g pane-base-index 1
127 set-option -sg escape-time 0
128
129 #http://www.tylercipriani.com/2013/09/12/important-lines-in-my-tmux.html
130 #bind-key -n "M-\\" resize-pane -Z #\; display-message "Zoom zoom zoom"
131 bind-key -n "M-o" resize-pane -Z #\; display-message "Zoom zoom zoom"
132
133 set -g renumber-windows on
134 set-option -g history-limit 10000