{ ... }: let
	mod = "M";
in {
	text = ''
		unbind-key C-b
		bind -n ${mod}-r source-file /etc/tmux.conf
	'';
}