Skip to main content
1 of 4
mattb
  • 937
  • 4
  • 12

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
mattb
  • 937
  • 4
  • 12