https://github.com/andyhmltn/dotfiles
That contains two tmux config files that add a few things like CTRL+B thenSHIFT+P for a nice layout and a shortcut for switching between panes with ALT+Arrow keys
bind-key -n C-up next bind-key -n C-down prev
https://github.com/fishman/dot_files/blob/master/tmux/.tmux....
bind-key -n M-1 select-window -t 1
bind-key -n M-2 select-window -t 2
bind-key -n M-3 select-window -t 3
(...) For an IMHO even more convinient ALT+Number to switch directly to the tab in question, just like in firefox.
https://github.com/andyhmltn/dotfiles
That contains two tmux config files that add a few things like CTRL+B thenSHIFT+P for a nice layout and a shortcut for switching between panes with ALT+Arrow keys