fixed tmux

This commit is contained in:
L. Kraven
2024-06-15 15:40:30 -07:00
parent 37cf1d8893
commit cd920b049f
2 changed files with 22 additions and 3 deletions

17
.tmux.conf Executable file
View File

@@ -0,0 +1,17 @@
set-option -sa terminal-overrides ",xterm*:Tc"
# set-option -g status-position top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "cpu-usage ram-usage"
set -g @dracula-cpu-usage-colors "green dark_gray"
set -g @dracula-show-powerline true
set -g @dracula-show-flags true
set -g @dracula-show-left-icon hostname
bind -n M-H previous-window
bind -n M-L next-window
run '~/.config/tmux/plugins/tpm/tpm'