Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctrl+b not being recognized #292

Open
osmanpontes opened this issue Aug 30, 2023 · 1 comment
Open

ctrl+b not being recognized #292

osmanpontes opened this issue Aug 30, 2023 · 1 comment

Comments

@osmanpontes
Copy link

osmanpontes commented Aug 30, 2023

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
Copy link
Author

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?

@osmanpontes osmanpontes changed the title c-b not being recognized ctrl+b not being recognized Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant