From 58f0dad61d4418f8c16d50fe24be6acef4406e16 Mon Sep 17 00:00:00 2001 From: Leonardo Silveira Date: Wed, 30 Oct 2019 22:22:04 -0300 Subject: [PATCH] fix tmux pane creations tried on fedora 30 and mac os mojave (tmux from brew), horizontal pane are **C-b "** and vertical pane are **C-b %** --- tmux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.md b/tmux.md index b0875dd07..169dc9fa9 100644 --- a/tmux.md +++ b/tmux.md @@ -44,8 +44,8 @@ category: CLI ### Panes - C-b v # vert - C-b n # horiz + C-b % # vert + C-b " # horiz C-b hkjl # navigation C-b HJKL # resize C-b o # next window