diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-06-25 15:41:30 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-06-25 15:41:30 +0530 |
| commit | ca028a17dff37a5724da26ae9ccf5a7668dfea97 (patch) | |
| tree | 17e7728e284030d95f1ef91b9c24f414f58d7ac1 /.config/tmux/tmux.conf | |
| parent | 440d4ab7ba097936203a1aeca043cd3e2173267f (diff) | |
tmux: move to gruvbox
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 25f10d7..e9893c2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -44,5 +44,7 @@ bind -r C-l resize-pane -R 5 ## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm set -g @plugin 'tmux-plugins/tpm' # set -g @plugin 'dracula/tmux' -set -g @plugin 'fabioluciano/tmux-tokyo-night' +# set -g @plugin 'fabioluciano/tmux-tokyo-night' +set -g @plugin 'egel/tmux-gruvbox' +set -g @tmux-gruvbox 'dark' run '~/.config/tmux/plugins/tpm/tpm' |
