-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmux.conf
More file actions
42 lines (34 loc) · 1.22 KB
/
Copy pathtmux.conf
File metadata and controls
42 lines (34 loc) · 1.22 KB
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
42
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'arcticicestudio/nord-tmux'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-yank'
# Config Dracula Theme
#set -g @dracula-show-fahrenheit false
#set -g @dracula-show-powerline true
#set -g @dracula-show-network false
#set -g @dracula-show-left-icon session
#set -g @dracula-cpu-usage true
#set -g @dracula-ram-usage true
#set -g @dracula-day-month true
#set -g @dracula-military-time true
#set -g @dracula-show-flags true
set -s default-terminal 'xterm-256color'
# Mouse support
set -g mouse on
# Yank config
set -g @yank_action 'copy-pipe'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com:user/plugin'
# set -g @plugin 'git@bitbucket.com:user/plugin'
# run-shell ~/.tmux/plugins/tmux-yank/yank.tmux
set -g status-right-length 1000
set -g @prefix_highlight_show_copy_mode 'on'
set-option -g set-titles on
set-option -g set-titles-string '#T'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'