mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-05-23 19:37:28 +02:00
Add tmux-frost & tmux-grep plugins
This commit is contained in:
+6
-3
@@ -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_cache_ttl '20'
|
||||
|
||||
# plugin flash-copy
|
||||
set -g @flash-copy-auto-paste "off"
|
||||
|
||||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'fabioluciano/tmux-powerkit'
|
||||
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" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
|
||||
Reference in New Issue
Block a user