all repos

dotfiles @ 855e20fb98134142917a7991ac109725118530cf

my dotfiles
1 files changed, 3 insertions(+), 7 deletions(-)
tmux: use tmux-stare
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-09 02:11:12 +0200
Parent: f09a3c7
M config/tmux/tmux.conf

@@ -42,7 +42,7 @@ unbind <; bind < swap-window -t -1;

unbind >; bind > swap-window -t +1; unbind x; bind w kill-pane; unbind f; bind f resize-pane -Z; -unbind s; bind o choose-session; +unbind s bind O choose-tree; unbind /; bind / copy-mode; unbind '%'; bind n split-window -h -c "#{pane_current_path}";

@@ -90,13 +90,9 @@ # }}}

# plugins {{{ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @plugin 'olexsmir/tmux-stare' -set -g @continuum-restore 'on' -set -g @continuum-save-interval '10' -set -g @resurrect-capture-pane-contents 'on' -set -g @resurrect-strategy-nvim 'session' +set -g @stare-pick 'o' 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'" run '~/.config/tmux/plugins/tpm/tpm'