Skip to main content
added 2 characters in body
Source Link
mattb
  • 937
  • 4
  • 12

There is a command to switch to the last visited pane: ctrl-b + + ;

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

So you can just press you tmux prefix (by default ctrl-b) followed by #.

There is a command to switch to the last visited pane: ctrl-b + ;

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

So you can just press you tmux prefix (by default ctrl-b) followed by #.

There is a command to switch to the last visited pane: ctrl-b + ;

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

So you can just press you tmux prefix (by default ctrl-b) followed by #.

added 75 characters in body
Source Link
mattb
  • 937
  • 4
  • 12

There is a command to switch to the last visited pane: ctrl-b + ;

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

# go to last pane (like b# in vim)
bind '#' select-pane -l

So you can just press you tmux prefix (by default ctrl-b) followed by #.

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

So you can just press you tmux prefix (by default ctrl-b) followed by #.

There is a command to switch to the last visited pane: ctrl-b + ;

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

So you can just press you tmux prefix (by default ctrl-b) followed by #.

added 78 characters in body
Source Link
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

So you can just press you tmux prefix (by default ctrl-b) followed by #.

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

So you can just press you tmux prefix (by default ctrl-b) followed by #.

Source Link
mattb
  • 937
  • 4
  • 12
Loading