-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtmux.conf
More file actions
33 lines (24 loc) · 745 Bytes
/
tmux.conf
File metadata and controls
33 lines (24 loc) · 745 Bytes
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
unbind l
unbind %
bind | split-window -h
bind - split-window -v
bind-key C-b last-window
bind r source-file ~/.tmux.conf
set -g default-terminal "xterm"
set -g history-limit 10000
# Clear History
bind-key k set clear-history
# multi input
bind-key l set synchronize-panes
# copy
bind-key C-y save-buffer /tmp/tmux-buffer \; run-shell "cat /tmp/tmux-buffer | xclip"
# Nested Sessions Escape Sequence
bind-key a send-prefix
#THEME
set-option -g status-justify centre
set-option -g status-bg colour240
set-option -g status-fg colour230
set-option -g status-interval 25
set-option -g status-left-length 60
set-option -g status-left '[ (∩`-´)⊃━☆゚.*・。゚ ]'
set-option -g status-right '[ ゚。・*.☆゚━c(`- ´∩) ]'