-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux.conf
28 lines (23 loc) · 956 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
set -g mouse on
set -g prefix C-a
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind S set-window-option -g synchronize-panes
set-option -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ',xterm-256color:RGB'
run-shell "powerline-daemon -q"
source "$POWERLINE_ROOT/powerline/bindings/tmux/powerline.conf"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-logging'
set -g @plugin 'tmux-plugins/tmux-sidebar'
set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'christoomey/vim-tmux-navigator'
set-option -g @pane_resize 5
set -g @continuum-restore 'on'
# Initialize TMUX plugin manager - keep at bottom
run '~/.tmux/plugins/tpm/tpm'