From 7c92dac1c03125444dd5a9c3a0f36a4051bbb007 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 1 Nov 2025 12:38:46 +0800 Subject: [PATCH] =?UTF-8?q?tmux:=20=E5=88=86=E5=89=B2=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E6=97=B6=E4=BF=9D=E6=8C=81=E7=9B=B8=E5=90=8C=E7=9A=84=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot/.tmux.conf b/dot/.tmux.conf index b415cdf..68a9e20 100644 --- a/dot/.tmux.conf +++ b/dot/.tmux.conf @@ -6,3 +6,6 @@ bind-key M-Space send-prefix # set ` as secondary prefix set -g prefix2 ` bind-key ` send-prefix -2 + +bind '"' split-window -c "#{pane_current_path}" +bind % split-window -hc "#{pane_current_path}"