From 68002ff5c5d164ded15b0a398c3daaeec9aeec93 Mon Sep 17 00:00:00 2001 From: Lantis Iranyusling Date: Wed, 1 Feb 2023 22:06:36 +0800 Subject: [PATCH] fix wrong comment opposite comment: vertically and horizontally --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index bf97827..30cbd29 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -65,9 +65,9 @@ bind C-f command-prompt -p find-session 'switch-client -t %%' # session navigation bind BTab switch-client -l # move to last session -# split current window horizontally -bind - split-window -v # split current window vertically +bind - split-window -v +# split current window horizontally bind _ split-window -h # pane navigation