dracula theme everywhere + tmux theme fixes

This commit is contained in:
Martin Bauer
2022-06-14 22:28:56 +02:00
parent de2f886423
commit eff824c8a9
7 changed files with 112 additions and 16 deletions

View File

@@ -43,6 +43,7 @@ bind -T copy-mode-vi \} {
send-keys -X search-forward " "
send-keys -X end-of-line
send-keys -X search-backward " "
send-keys -X stop-selection
send-keys -X cursor-right
}
@@ -51,13 +52,20 @@ bind -T copy-mode-vi \{ {
send-keys -X search-backward " "
send-keys -X end-of-line
send-keys -X search-backward " "
send-keys -X stop-selection
send-keys -X cursor-right
}
bind \} copy-mode
bind \{ copy-mode
# Package manager
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin "arcticicestudio/nord-tmux"
# Theme config
set -g @dracula-plugins "cpu-usage gpu-usage ram-usage time"
set -g @dracula-show-powerline true
set -g @dracula-day-month true
set -g @dracula-git-disable-status true
set -g @dracula-left-icon-padding 1
set -g @dracula-show-left-icon session
set -g @dracula-show-timezone false
run "$XDG_DATA_HOME/tmux/plugins/tpm/tpm'
run "$XDG_CONFIG_HOME/tmux/plugins/dracula-tmux/dracula.tmux"