Make it look better and Must have plugins for 10x dev.


Check the GitHub Dotfiles

 1# .... previouse configs
 2
 3set -g @plugin 'tmux-plugins/tpm'
 4set -g @plugin 'tmux-plugins/tmux-sensible'
 5set -g @plugin 'tmux-plugins/tmux-resurrect'
 6set -g @plugin 'tmux-plugins/tmux-yank'
 7
 8set -g @plugin 'dracula/tmux'
 9set -g @dracula-show-powerline true
10set -g @dracula-plugins "cpu-usage ram-usage"
11set -g @dracula-show-gpu false
12
13run '~/.tmux/plugins/tpm/tpm' # your tmp  path
14
15set-option -g base-index 1
16set-option -g pane-base-index 2
17set-option -g set-clipboard on
18
19bind -n M-Left select-pane -L
20bind -n M-Right select-pane -R
21bind -n M-Up select-pane -U
22bind -n M-Down select-pane -D
23
24set -g status-position top