diff options
| author | Baitinq <[email protected]> | 2024-03-23 00:25:58 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-03-23 00:35:21 +0100 |
| commit | 69142cbe8407373b87cc6e1df175ff6ea83f5939 (patch) | |
| tree | df032be4e557687829b3eb0e417c7ec399b35310 /dotfiles | |
| parent | Dotfiles: Tmux: Add tmux resurrect (diff) | |
| download | nixos-config-69142cbe8407373b87cc6e1df175ff6ea83f5939.tar.gz nixos-config-69142cbe8407373b87cc6e1df175ff6ea83f5939.tar.bz2 nixos-config-69142cbe8407373b87cc6e1df175ff6ea83f5939.zip | |
Flake: Add tmux tpm plugin
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index ac3c048..2367de6 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -54,5 +54,6 @@ set -g @plugin 'dreamsofcode-io/catppuccin-tmux' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @plugin 'alexwforsythe/tmux-which-key' run '~/.tmux/plugins/tpm/tpm' |