-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tmux.conf
41 lines (32 loc) · 1.14 KB
/
.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
set -g mouse on
set -g prefix C-a
bind T set-window-option synchronize-panes
# status bar
set -g @plugin "2kabhishek/tmux2k"
set -g @tmux2k-refresh-rate 1
set -g @tmux2k-theme "gruvbox"
set -g @tmux2k-git-colors "light_orange black"
set -g @tmux2k-left-plugins "session git"
set -g @tmux2k-right-plugins "cpu ram battery time"
set -g @tmux2k-window-list-alignment "centre"
set -g @tmux2k-window-list-compact true
set -g @tmux2k-time-format "%H:%M"
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 -g @pane_resize 5
set -g @continuum-restore "on"
# for image.nvim
set -gq allow-passthrough on
set -g visual-activity off
# Initialize TMUX plugin manager - keep at bottom
run "~/.tmux/plugins/tpm/tpm"
set -gu aggressive-resize