diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-21 23:05:03 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-21 23:05:03 +0100 |
commit | a5d21a49ccdc6141790085d4bd26b667b8d5618d (patch) | |
tree | c952cf834458da4938dfca837abe6323283d2bb8 /config/common | |
parent | efcd2b7cdb03a354bd4311bac75953738ec34e4f (diff) |
checkpoint
Diffstat (limited to 'config/common')
-rwxr-xr-x | config/common/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 4af91fa..ae6d5b8 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -66,7 +66,7 @@ bind J command-prompt -1p "Send to window:" "join-pane -t \:%% ; select-window - # Break pane without losing focus bind b break-pane -t : # Reset length and shit -bind z select-layout main-vertical +bind-key z resize-pane -Z bind-key h select-pane -L bind-key j select-pane -D |