In tmux you can bind a key by using bind-key (shortened to bind)
Coming from screen, I have to rebind the prefix (ctrl-b) by default to ctrl-a. You are also being kind to your fingers doing this.
unbind C-b
set-option -g prefix C-a
bind C-a send-prefix