Tmux Part 3: Navigation

If anyone else is having issues with the vertical split shortcut and is running tmux 3.0 or higher you need to escape the backslash because they’ve changed parsing libraries.

bind-key \\ split-window -h -c '#{pane_current_path}'