Add tmux-frost & tmux-grep plugins

This commit is contained in:
Yax 2026-03-13 07:47:00 +01:00
parent 042593d834
commit eaf6f109d4

View file

@ -144,14 +144,17 @@ set -g @powerkit_plugin_ssh_format 'indicator'
set -g @powerkit_plugin_memory_show_only_on_threshold 'true' set -g @powerkit_plugin_memory_show_only_on_threshold 'true'
set -g @powerkit_plugin_memory_cache_ttl '20' set -g @powerkit_plugin_memory_cache_ttl '20'
# plugin flash-copy
set -g @flash-copy-auto-paste "off"
# Plugins # Plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'fabioluciano/tmux-powerkit' set -g @plugin 'fabioluciano/tmux-powerkit'
set -g @plugin 'azorng/tmux-smooth-scroll' set -g @plugin 'azorng/tmux-smooth-scroll'
set -g @plugin 'kristijan/flash-copy.tmux'
# freeze sessions, thaw them later (prefix + C-s: save all sessions, prefix + C-r: restore from last save)
set -g @plugin 'clanghans/tmux-frost'
# tmux-grep: search across all panes (prefix + /)
set -g @plugin 'cookiecad/tmux-grep'
if "test ! -d ~/.tmux/plugins/tpm" \ if "test ! -d ~/.tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"