ctrl+b+" = Splits the window horizantally
ctrl+c+% = Splits the window vertically
ctrl+d = Drop the current pane
ctrl+b+<arrows> = to switch between pages
ctrl+b+z = Zoom in and out in the current pane
ctrl+b+c = Create a new window
ctrl+b+p = Go to the previous window
ctrl+b+n = Go to the next window
ctrl+b+& = Drop/kill the current window (Interactive)
ctrl+b+, = Rename the current window
ctrl+b+d = Disconnet from your current session
ctrl+b+$ = Rename the current session
ctrl+b :new = create a new session within within another session
tmux = Create a tmux session
tmux new -s <session_name> = Create a tmux session and name it at the same time
tmux ls = List all active sessions
tmux a = Reconnect to the latest session
tmux a -t <session_name> = Reconnect to a specific session by passing the session name
ctrl+b+s = Enter interactive mode. Now you can preview sessions and select them without any other commands