From 71fe8402a9372555a7a3bf93d9ceed327e327d8d Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Mon, 15 Sep 2025 00:53:26 +0100 Subject: [PATCH] Add local tmux config --- base/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/.tmux.conf b/base/.tmux.conf index 8527a94..296b51d 100644 --- a/base/.tmux.conf +++ b/base/.tmux.conf @@ -1,5 +1,6 @@ run-shell ~/.tmux/plugins/tmux-thumbs/tmux-thumbs.tmux + set -g @thumbs-regexp-1 '[\w\d/:.,\-]{5,}' set -g mode-keys vi @@ -31,3 +32,5 @@ set-option -g focus-events on # fix ssh agent when tmux is detached set -g update-environment -r set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock + +run-shell ~/.tmux/local.tmux