tmate-io / tmate

Instant Terminal Sharing
https://tmate.io/
Other
5.65k stars 301 forks source link

ctrl+b not being recognized #292

Open osmanpontes opened 1 year ago

osmanpontes commented 1 year ago

Hey everyone, I use tmux and it works properly, but when I use tmate it doesn't recognize ctrl+b, which makes my tmate usage incomplete. Do anyone face the same problem and know what's happening? I have a .tmate.conf that is a copy of my .tmux.conf. Thank you in advance!

osmanpontes commented 1 year ago

I needed to add this to my .tmate.conf:

set -g prefix ^b

Also I needed to change this line from:

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

to

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

It's interesting because the requirement for \\ is for new tmux versions. Is tmate up to date with tmux?