1 files changed,
3 insertions(+),
7 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-09 02:11:12 +0200
Parent:
f09a3c7
M
config/tmux/tmux.conf
··· 42 42 unbind >; bind > swap-window -t +1; 43 43 unbind x; bind w kill-pane; 44 44 unbind f; bind f resize-pane -Z; 45 -unbind s; bind o choose-session; 45 +unbind s 46 46 bind O choose-tree; 47 47 unbind /; bind / copy-mode; 48 48 unbind '%'; bind n split-window -h -c "#{pane_current_path}"; ··· 90 90 # plugins {{{ 91 91 set -g @plugin 'tmux-plugins/tpm' 92 92 set -g @plugin 'tmux-plugins/tmux-yank' 93 -set -g @plugin 'tmux-plugins/tmux-resurrect' 94 -set -g @plugin 'tmux-plugins/tmux-continuum' 93 +set -g @plugin 'olexsmir/tmux-stare' 95 94 96 -set -g @continuum-restore 'on' 97 -set -g @continuum-save-interval '10' 98 -set -g @resurrect-capture-pane-contents 'on' 99 -set -g @resurrect-strategy-nvim 'session' 95 +set -g @stare-pick 'o' 100 96 101 97 if "test ! -d ~/.config/tmux/plugins/tpm" "run 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm && ~/.config/tmux/plugins/tpm/bin/install_plugins'" 102 98 run '~/.config/tmux/plugins/tpm/tpm'