# ~/.tmux.conf set -g default-terminal "xterm" setw -g mode-keys vi set -g pane-border-status top set -g mouse on bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection-no-clear bind-key -T copy-mode MouseDragEnd1Pane send-keys -X copy-selection-no-clear bind-key -T copy-mode-vi 'v' send -X begin-selection # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'dracula/tmux' set -g @dracula-plugins "git cpu-usage ram-usage time" set -g @dracula-show-powerline true set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-copycat' run '~/.tmux/plugins/tpm/tpm'