Skip to content

Instantly share code, notes, and snippets.

@ayoubjamouhi
Created September 8, 2022 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayoubjamouhi/67f088f36008c85de979f4e2c50d354f to your computer and use it in GitHub Desktop.
Save ayoubjamouhi/67f088f36008c85de979f4e2c50d354f to your computer and use it in GitHub Desktop.
C-b { move the current pane to the previous position
Here are more shortcuts for moving panes around:
C-b } move the current pane to the next position
C-b C-o rotate window ‘up’ (i.e. move all panes)
C-b M-o rotate window ‘down’
C-b ! move the current pane into a new separate
window (‘break pane’)
C-b :move-pane -t :3.2
split window 3's pane 2 and move the current pane there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment