Rev 911 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
736 | zsolt | 1 | set -g status-bg black |
2 | set -g status-fg colour244 |
||
3 | set-window-option -g window-status-current-attr bright,reverse |
||
4 | set-window-option -g window-status-current-bg cyan |
||
5 | set-window-option -g window-status-current-fg black |
||
6 | set -g status-left '#[fg=yellow,bold]#H ' |
||
7 | |||
8 | unbind a |
||
9 | unbind s |
||
10 | unbind d |
||
11 | unbind f |
||
12 | bind a select-window -t :0 |
||
13 | bind s select-window -t :1 |
||
14 | bind d select-window -t :2 |
||
15 | bind f select-window -t :3 |
||
16 | |||
17 | unbind b |
||
18 | bind b last-window |
||
19 | unbind v |
||
20 | bind v split-window -h |
||
21 | unbind w |
||
22 | bind w split-window |
||
23 |