diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-07-02 18:40:50 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-07-02 18:40:50 +0530 |
| commit | 137402bad8f846fc37863e12c343d428ef4bfddd (patch) | |
| tree | 4063465ac8c63238561212aed44db37d9cd776c5 /.config/tmux | |
| parent | ca028a17dff37a5724da26ae9ccf5a7668dfea97 (diff) | |
move to tokyonight theme
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e9893c2..37119fc 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -43,8 +43,5 @@ bind -r C-l resize-pane -R 5 # TPM ## 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 'egel/tmux-gruvbox' -set -g @tmux-gruvbox 'dark' +set -g @plugin 'fabioluciano/tmux-tokyo-night' run '~/.config/tmux/plugins/tpm/tpm' |
