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