Skip to content

Instantly share code, notes, and snippets.

@ilyesAj
Created January 1, 2020 19:44
Show Gist options
  • Save ilyesAj/a66b09007b262fee9c16ba23c73e7d70 to your computer and use it in GitHub Desktop.
Save ilyesAj/a66b09007b262fee9c16ba23c73e7d70 to your computer and use it in GitHub Desktop.
tmux sheet cheat

using panes :

vertical split : ctrl+b+% horizontal split : ctrl+b+:split window close pane : ctrl+b+x next pane : ctrl+b+o sychronize pane : ctrl+b+:sychronizeOR:sychronize-panes disable sychronization:ctrl+b+:sychronize off

copy text from one terminal to another

  1. enter copy mode : ctrl+b+[
  2. navigate to the text
  3. start selection with space
  4. copy : alt+w
  5. switch to next pane : ctrl+b+o
  6. enter paste mode : ctrl+b+]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment