diff --git a/infrastructure_and_operations/ops_handbook/tmux_for_collaboration_in_terminal.myco b/infrastructure_and_operations/ops_handbook/tmux_for_collaboration_in_terminal.myco
index 51f2b8d..0053247 100644
--- a/infrastructure_and_operations/ops_handbook/tmux_for_collaboration_in_terminal.myco
+++ b/infrastructure_and_operations/ops_handbook/tmux_for_collaboration_in_terminal.myco
@@ -11,3 +11,3 @@ Don't be afraid to keep this handy at all times while using tmux!
-`Ctrl + b` enters something like "tmux command mode" and once you are in that mode you can simply press the `d` key to disconnect from the tmux, or press `pageup` / `pagedown` to scroll the tmux.
+`Ctrl + b` enters "tmux command mode" and once you are in that mode you can simply press the `d` key to disconnect from the tmux, or press `pageup` / `pagedown` to scroll the tmux.
@@ -15,3 +15,3 @@ There is no visual indication of whether you are in tmux command mode or not.
-You can exit tmux command mode by pressing `Enter` or `ctrl + c` or something, IDK.
+Tmux command mode is only good for one command, once you press another key, it will exit and return to normal shell interaction.
@@ -20,2 +20,6 @@ You can exit tmux command mode by pressing `Enter` or `ctrl + c` or something, I
-`Ctrl+b [` to start scrollback, `q` to exit scrollback, `Ctrl+b ?` to see all the key combos.
\ No newline at end of file
+`Ctrl+b [` to start scrollback, `q` to exit scrollback, `Ctrl+b ?` to see all the key combos.
+
+**nibz says**
+
+`Ctrl+b n` to go to next pane
\ No newline at end of file