Tmux allows one to move through panes using Ctrl-b + (→, ←, ↑, ↓).
I would like to remap this to:
Ctrl-b + Ctrl-(l, j, i, k).
For reference, the layout of the keys l,j,i,k is similar to that of the arrow keys, but they are easier to type without moving the hand.
I have been editing a few things here and there on the .tmux.conf, but I could not find information on how to rebind the above commands.

man tmux | less -p select-pane– jasonwryan Mar 3 at 19:46