Anonim / 5 years, 5 months ago | Download | Plaintext | Odpowiedz |

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
### CONFIG
set -g status-left ''
set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'ge: ' '{print $2}')"

#setw -g utf8 on

### COLORS
set -g status-fg yellow
set -g status-bg default
set -g message-fg white
set -g message-bg default
setw -g window-status-current-fg green

### BINDS

set -g prefix C-a

bind a send-prefix
bind ^X lock-server
bind x lock-server
bind : command-prompt
bind ^C new-window
bind c new-window
bind ^N next-window
bind n next-window
bind ^P next-window
bind p next-window
bind ^[ copy-mode
bind [ copy-mode
bind ^D detach
bind d detach
bind " " next-window
bind w command-prompt "rename-window %%"
bind ^L choose-window
bind l choose-window
bind ^K kill-window
bind k kill-window
bind | split-window -h
bind - split-window -v

### UNDBIND
unbind-key S