From 32a08e1f48ca7c22b050cc608be85fde7813c07e Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Mon, 4 Mar 2019 10:36:56 -0500 Subject: [PATCH] add excerpt --- _posts/2019-03-04-resizing-tmux-panes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-03-04-resizing-tmux-panes.md b/_posts/2019-03-04-resizing-tmux-panes.md index 13070a5..cd85b3a 100644 --- a/_posts/2019-03-04-resizing-tmux-panes.md +++ b/_posts/2019-03-04-resizing-tmux-panes.md @@ -3,7 +3,7 @@ layout: post title: "Resizing tmux panes" date: 2019-03-04 10:30:00 -0500 tags: [linux, tmux, terminal, resize] -excerpt: "" +excerpt: "By default, when you split the current pane, it will always split into two panes of equal size. Sometimes it could be desired to have one pane larger than" categories: tmux ---