Skip to content

Instantly share code, notes, and snippets.

@mrrusof
Created July 16, 2017 19:34
Show Gist options
  • Select an option

  • Save mrrusof/00068538d5b65abc9dc43f42db6d07e6 to your computer and use it in GitHub Desktop.

Select an option

Save mrrusof/00068538d5b65abc9dc43f42db6d07e6 to your computer and use it in GitHub Desktop.
Make C-q the prefix sequence in `tmux`.
unbind C-b
set -g prefix C-q
bind C-q send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment