Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Working with Panes
tmux panes allow you to split your terminal workspace for efficient multitasking.
Advanced resizing: Run `tmux resize-pane -t my-session:0.1 -x 80` from any shell to remotely control layouts. [Source](https://www.fosslinux.com/80813/how-to-adjust-the-tmux-pane-size.htm)
• Split horizontally: Prefix + "
• Split vertically: Prefix + %
• Navigate between panes: Prefix + arrow keys
• Resize panes: Prefix + Ctrl + arrow keys
• Close pane: Prefix + x