From 7e2e0bdc3a162ce4cdc3d3b5eb7f75c04ed3843d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 18 Jun 2025 18:28:08 -0500 Subject: config changes --- env/.config/tmux/tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'env/.config/tmux') diff --git a/env/.config/tmux/tmux.conf b/env/.config/tmux/tmux.conf index d836f66..d2b4d47 100755 --- a/env/.config/tmux/tmux.conf +++ b/env/.config/tmux/tmux.conf @@ -27,11 +27,12 @@ unbind -T copy-mode-vi MouseDragEnd1Pane # bind r to reload config unbind r -bind r source-file ~/.tmux.conf +bind r source-file ~/.config/tmux/tmux.conf # start panes and windows 1 set -g base-index 1 set -g pane-base-index 1 +setw -g pane-base-index 1 set -g renumber-windows on # renumber windows when one is closed # nav rebinds @@ -48,9 +49,9 @@ bind -r m resize-pane -Z # maximize # pane joining bind J switch-client -T pane-management -bind-key -T pane-management \" command-prompt -p "join pane from:" "join-pane -s '%%' -h" +bind-key -T pane-management % command-prompt -p "join pane from:" "join-pane -s '%%' -h" bind-key -T pane-management H command-prompt -p "join pane from:" "join-pane -s '%%' -f -h" -bind-key -T pane-management % command-prompt -p "join pane from:" "join-pane -s '%%' -v" +bind-key -T pane-management \" command-prompt -p "join pane from:" "join-pane -s '%%' -v" bind-key -T pane-management V command-prompt -p "join pane from:" "join-pane -s '%%' -f -v" bind-key -T pane-management B break-pane bind-key -T pane-management S command-prompt -p "send pane to:" "join-pane -t '%%'" -- cgit v1.3