Tmux Part 2: Configuration

I was having issues with my backspace key to fix it I needed my .tmux line to state the below.
set -g default-terminal “xterm-256color”
EDIT: the above is wrong if you are having issues with backspace functionality Try:
echo $TERM
if it states xterm-256color that is the issue. Enter:
TERM=screen
note this need to be done within tmux