I am trying to configure my bash `~/.inputrc` to these settings 
(Note: <kbd><</kbd>, <kbd>></kbd> mean the left and right arrow keys)

* <kbd>Ctrl + <</kbd> - should jump back a word
* <kbd>Ctrl + <</kbd> - should jump forward a word


Currently I have this in my `~/.inputrc` and it doesnt work. <kbd>Ctrl + arrow</kbd> produces nothing.

 "\eC-5C":forward-word
 "\eC-5D":backward-word

I'm sure my escape sequence is wrong. 
What are the correct escape sequences for the <kbd>Ctrl + arrow</kbd> combinations?

* terminal: tmux inside gnome-terminal