-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tmux.conf
42 lines (41 loc) · 882 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
29
30
31
32
33
34
35
36
37
38
39
40
41
unbind %
bind | split-window -h
bind - split-window -v
set -g prefix C-x
#bind C-b send-prefix
bind R neww 'ssh root@ROUTER'
bind d kill-window
#bind -n C-RET next-window
bind j previous-window
bind k next-window
bind r source-file ~/.tmux.conf
bind TAB rotatew
# act like vim
setw -g mode-keys emacs
#bind-key -r C-h select-window -t :-
#bind-key -r C-l select-window -t :+
# Commands
bind-key S command-prompt -p "ssh: " "new-window -n %1 'ssh %1'"
set -g history-limit 10000
set -g status-bg black
set -g status-fg white
set -g status-left-length 30
set -g default-shell /bin/zsh
set -g default-terminal 'screen-256color'
setw -g aggressive-resize on
setw -g monitor-activity on
#setw -g automatic-rename on
setw -g alternate-screen on
setw -g utf8 on
set -g set-titles on
set -g set-titles-string '#T'
set -g status-right ''
set -g status-left ' #4H '