From e8bb5afb9cab6be9783ec44d12f56ca426a78df3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 9 Jul 2026 00:37:13 +0900 Subject: Revert "tmux: work around for tmux 3.7 bug" This reverts commit 73915464e9e805ec191fdad6cafbead76b3a60fc. --- home-manager/config/tmux/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home-manager') diff --git a/home-manager/config/tmux/tmux.conf b/home-manager/config/tmux/tmux.conf index bca137c..dd8ab2f 100644 --- a/home-manager/config/tmux/tmux.conf +++ b/home-manager/config/tmux/tmux.conf @@ -51,8 +51,7 @@ bind-key -T tw h split-window -h -b -c "#{pane_current_path}" bind-key -T tw j split-window -v -c "#{pane_current_path}" bind-key -T tw k split-window -v -b -c "#{pane_current_path}" bind-key -T tw l split-window -h -c "#{pane_current_path}" -# Workaround: https://github.com/tmux/tmux/blob/3.7a/CHANGES#L3 -bind-key T break-pane -n '#{pane_current_command}' +bind-key T break-pane bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U -- cgit v1.3.1