From 7105d5b717259993c614d1ee2d1eb0fbab0f6376 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Thu, 7 Mar 2019 13:35:57 -0500 Subject: [PATCH] spelling fix --- _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 cd85b3a..6ca3609 100644 --- a/_posts/2019-03-04-resizing-tmux-panes.md +++ b/_posts/2019-03-04-resizing-tmux-panes.md @@ -9,7 +9,7 @@ categories: tmux 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 the other, so let's dive into resizing the panes. -Start by hitting your prifix (mine is `Ctrl + b`) followed by a `:` to enter command mode. You'll notice the prompt at the bottom of your terminal window. +Start by hitting your prefix (mine is `Ctrl + b`) followed by a `:` to enter command mode. You'll notice the prompt at the bottom of your terminal window. Follow the resource below to resize your pane left, right, up, or down, and by more than one cell at a time if you wish.