]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tmux.conf
tmux.conf: Add, very basic tmux configuration file.
[config/dotfiles.git] / tmux.conf
1 # Tmux configuration file.
2
3
4 # Use Ctrl-A as escape binding, like in GNU screen.
5 set-option -g prefix C-a
6 # Ctrl-A a sends Ctrl-A to the process, like in GNU screen.
7 bind-key a send-prefix
8 unbind-key C-b
9
10 # vim: ft=tmux