comparison tmux/tmux.conf @ 236:6facb9f24fe7

Tmux configuration.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Dec 2014 23:33:41 -0800
parents
children f00dd35b4731
comparison
equal deleted inserted replaced
235:ceb3f44fa2fc 236:6facb9f24fe7
1 # Make the prefix easier to type, like
2 # pretty much everybody on the fucking planet.
3 unbind C-b
4 set -g prefix C-a
5 bind C-a send-prefix
6