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

Navigating panes through C-[0-9] #373

Open
mdshahjalal5 opened this issue Oct 19, 2024 · 0 comments
Open

Navigating panes through C-[0-9] #373

mdshahjalal5 opened this issue Oct 19, 2024 · 0 comments

Comments

@mdshahjalal5
Copy link

Bind Ctrl + 0 to select pane 0

bind-key C-0 select-pane -t 0

Bind Ctrl + 1 to select pane 1

bind-key C-1 select-pane -t 1

Bind Ctrl + 2 to select pane 2

bind-key C-2 select-pane -t 2

Bind Ctrl + 3 to select pane 3

bind-key C-3 select-pane -t 3

Bind Ctrl + 4 to select pane 4

bind-key C-4 select-pane -t 4

Bind Ctrl + 5 to select pane 5

bind-key C-5 select-pane -t 5

Bind Ctrl + 6 to select pane 6

bind-key C-6 select-pane -t 6

Bind Ctrl + 7 to select pane 7

bind-key C-7 select-pane -t 7

Bind Ctrl + 8 to select pane 8

bind-key C-8 select-pane -t 8

Bind Ctrl + 9 to select pane 9

bind-key C-9 select-pane -t 9
I wanna select 9th pane by c-9 but it's not working at all

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