Hide Forgot
Description of problem: my .tmux.conf isn't being acted on Version-Release number of selected component (if applicable): tmux-1.4-4.fc15.i686 How reproducible: Every time Steps to Reproduce: 1. create .tmux.conf with the following contents: set -g prefix C-a unbind C-b bind-key C-a last-window bind a send-prefix 2. start tmux 3. prefix key is still C-b Actual results: prefix key is still C-b Expected results: prefix key is C-a Additional info:
Hey, did you restart the entire tmux server after making the change? Does a B-b :source ~/.tmux.conf make it pick up the change properly? The same change worked for me, for what it's worth.
Ah, right, tmux *does* have a server. Closing, PEBCAK.