Shift+Enter does not seem to work on my MacOS. I had to add the following to the `~/.tmux.conf` to make it work: ```bash bind-key -n S-Enter send-keys Escape "[13;2u" set -s extended-keys on set -as terminal-features 'tmux-256color:extkeys' ```