From 23423808880ba36e6d4ea2dcf3d2f67d60586250 Mon Sep 17 00:00:00 2001 From: tea Date: Thu, 9 May 2024 17:02:22 +0200 Subject: [PATCH] tmux: apparently splitw syntax changed --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ed6fe2c..aa4732d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -7,8 +7,8 @@ unbind l set -g prefix C-a bind-key a send-prefix # Send C-a. bind-key C-a last-window -bind h splitw -h -p 50 -bind v splitw -v -p 50 +bind h splitw -h +bind v splitw -v bind H split-window -h -l 60 # split with 60 columns on the right