Whenever I use tmux split-window -h/v, it creates the new split to the right/bottom, respectively. I want a command that creates the new split on the other side (i.e., to the left/top), but I can't find any simple answer for this anywhere... How can I bind this behavior into a shortcut?
What happens by default:
_______ _______
| | | | |
| * | == split-window -h => | | * |
| | | | |
------- -------
What I want a shortcut for:
_______ _______
| | | | |
| * | == ? => | * | |
| | | | |
------- -------