> Query: in screen I can switch between two buffers by doing ctrl+a, ctrl+a. This doesn't work in tmux. How do I configure this to work in tmux?
"Ctrl-b n" for next-window?
"Ctrl-b n" for next-window?
Here's a scenario to show what I mean: you're in buffer 5. You switch to buffer 2. Now if you do ctrl+a, ctrl+a, you leap back to buffer 5. And if you do it again, you go back to buffer 2. This is great when you're editing code in one session and running it in the other.
bind C-a last-pane
but last-window exists too.
I've now switched last-window to bind C-s last-window, because it's fast to tap out.