Files
scripts/.tmux.conf
jonathan.wyss 7975de11e9 add mtux
2025-08-13 10:56:30 +02:00

10 lines
382 B
Bash

run-shell ~/.git/tmux-resurrect/resurrect.tmux
run-shell ~/.git/tmux-continuum/continuum.tmux
set -g @continuum-restore 'on'
set -g @resurrect-capture-pane-contents 'on'
set -g @resurrect-dir '~/.tmux/resurrect'
set -g mouse on
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"