From d4846868e7e514c2d227eadb4783d7f74b3134f3 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 28 Jun 2023 14:38:04 -0700 Subject: [PATCH] better risize --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index b999f5f..86ebbd1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,8 +16,8 @@ setw -g monitor-activity on bind-key v split-window -h bind-key s split-window -v -bind-key J resize-pane -D 15 -bind-key K resize-pane -U 15 +bind-key J resize-pane -D 5 +bind-key K resize-pane -U 5 bind-key H resize-pane -L 15 bind-key L resize-pane -R 15