Skip to content

Instantly share code, notes, and snippets.

@wildlarva
Last active July 2, 2021 04:57
Show Gist options
  • Save wildlarva/efbcd42629457c7552e1c85988b12fc8 to your computer and use it in GitHub Desktop.
Save wildlarva/efbcd42629457c7552e1c85988b12fc8 to your computer and use it in GitHub Desktop.
Useful tmux commands

Useful tmux commands

# Find tmux command with a description
tmux list-commands | grep <description>

# Find tmux keybinding with a description
tmux list-keys | grep <description>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment