From 7975de11e934bf2949430a50022e454ab0a4657c Mon Sep 17 00:00:00 2001 From: "jonathan.wyss" Date: Wed, 13 Aug 2025 10:56:30 +0200 Subject: [PATCH] add mtux --- .tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..9573cc9 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,9 @@ +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}"