From 0283403d3192d2710172650fda5e4fa0d5bbbad9 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 23 Dec 2021 14:33:17 -0800 Subject: [PATCH] updated notation in .tmux.conf --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 2b6fc81b..ef287b05 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,7 +6,7 @@ unbind C-b set -g prefix C-x bind C-x send-prefix -# Splitting the panes with + (vertical) and - (horizontal) +# Splitting the panes with = (vertical) and - (horizontal) bind = split-window -h bind - split-window -v