Skip to content

Instantly share code, notes, and snippets.

@WagnerMoreira
Created August 14, 2017 22:05
Show Gist options
  • Save WagnerMoreira/4c49787338902cf200db20b290df56b5 to your computer and use it in GitHub Desktop.
Save WagnerMoreira/4c49787338902cf200db20b290df56b5 to your computer and use it in GitHub Desktop.
tmux guide

I think this deserves a clear visible answer which is hidden in form of a comment under the first answer.

Assuming the default tmux configuration is being used, novice tmux users please follow the instructions below to split the pane

To split the pane horizontally

Press Ctrl+B
Release pressed keys in Step 1
Press "  (on many keyboards, this is Shift+')

To split the pane vertically

Press Ctrl+B
Release pressed keys in Step 1
Press %  (on many keyboards, this is Shift+5)

The articles I found and referenced below mention [CTRL B] + [%] or [CTRL B] + ["] or Ctrl+b " which implies that we have to press all the keys together but none mentions the important part of releasing the pressed Ctrl + whatever key before pressing the another key in sequence in the command to see the desired action.

Tmux support arrives for Bash on Ubuntu on Windows
tmux Tutorial - Split Terminal Windows Easily

TMUX Cheatsheets https://gist.github.com/andreyvit/2921703

https://gist.github.com/MohamedAlaa/2961058

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment