mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-05-23 19:37:28 +02:00
Remove session backup and restore plugin
Use '@' to search across panes
This commit is contained in:
+2
-4
@@ -150,10 +150,8 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'fabioluciano/tmux-powerkit'
|
||||
set -g @plugin 'azorng/tmux-smooth-scroll'
|
||||
|
||||
# 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 + /)
|
||||
# tmux-grep: search across all panes (prefix + @)
|
||||
set -g @grep-key '@'
|
||||
set -g @plugin 'cookiecad/tmux-grep'
|
||||
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
|
||||
Reference in New Issue
Block a user