This is my ~.tmux.conf in order to use konsole scroll bar
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
In order to use Control+Arrow for forward/previous word in tmux, you need to add following to your /etc/inputrc:
# for tmux "\C-[OD" backward-word "\C-[OC" forward-word