I installed tmux locally (without root priviledges). I also created my .tmux.conf file in my home directory with the following lines:
unbind-key C-b set -g prefix C-o bind-key C-o send-prefix However, tmux does not seem to be sourcing this file (my bind key is still C-b). I have tried closing and re-opening my ssh session (this is on a remote machine) with no success.
What could be hapenning?
tmuxis notssh. You need to restarttmux, or manually source the conf file yourself. Restarting ansshsession won't do anything.