spelling fix

This commit is contained in:
Kameron Kenny 2019-03-07 13:35:57 -05:00
parent 343253d893
commit 7105d5b717
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. 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.