You can bind the # key (or anything you like) to switch to the last visited tmux pane. I chose # because it's like how:b# switches to the last buffer in vim:
# go to last pane (like b# in vim)
bind '#' select-pane -l
You can bind the # key (or anything you like) to switch to the last visited tmux pane. I chose # because it's like how:b# switches to the last buffer in vim:
# go to last pane (like b# in vim)
bind '#' select-pane -l