-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmux.conf
28 lines (21 loc) · 829 Bytes
/
tmux.conf
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
#_______________________________________________________________________________
#
# tmux configuration file for of-1@ARES
#_______________________________________________________________________________
#-------------------------------------------------------------------------------
# Set Status Bar
#-------------------------------------------------------------------------------
set-option -g default-shell /bin/zsh
set -g history-limit 100000
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
set-option -g prefix C-b
setw -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -n C-j previous-window
bind-key -n C-k next-window
set-window-option -g window-status-current-bg red