Skip to content

Instantly share code, notes, and snippets.

@brly
Created February 22, 2015 14:08
Show Gist options
  • Save brly/ce2608a85eeaef3b075c to your computer and use it in GitHub Desktop.
Save brly/ce2608a85eeaef3b075c to your computer and use it in GitHub Desktop.
minimal tmux conf
## utf8
set-window-option -g utf8 on
## C-b -> C-t
unbind-key C-b
set-option -g prefix C-t
bind-key C-t send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment