# Tmux configuration file. # Use Ctrl-A as escape binding, like in GNU screen. set-option -g prefix C-a # Ctrl-A a sends Ctrl-A to the process, like in GNU screen. bind-key a send-prefix unbind-key C-b # vim: ft=tmux