send keys to the right pane in Tmux
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Currently I hard coded the pane of which to send the keys to, I wonder how can I send the command to the right pane of the pane I'm currently focused on?
Current:
bind b send-keys -t 2 'make' Enter
Would like to have:
bind b send-keys -t toTheRightPane 'make' Enter
keyboard-shortcuts tmux
add a comment |Â
up vote
0
down vote
favorite
Currently I hard coded the pane of which to send the keys to, I wonder how can I send the command to the right pane of the pane I'm currently focused on?
Current:
bind b send-keys -t 2 'make' Enter
Would like to have:
bind b send-keys -t toTheRightPane 'make' Enter
keyboard-shortcuts tmux
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Currently I hard coded the pane of which to send the keys to, I wonder how can I send the command to the right pane of the pane I'm currently focused on?
Current:
bind b send-keys -t 2 'make' Enter
Would like to have:
bind b send-keys -t toTheRightPane 'make' Enter
keyboard-shortcuts tmux
Currently I hard coded the pane of which to send the keys to, I wonder how can I send the command to the right pane of the pane I'm currently focused on?
Current:
bind b send-keys -t 2 'make' Enter
Would like to have:
bind b send-keys -t toTheRightPane 'make' Enter
keyboard-shortcuts tmux
asked Jan 31 at 12:16
SLN
1277
1277
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
I found the answer from Here
bind b send-keys -t right 'make' Enter
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I found the answer from Here
bind b send-keys -t right 'make' Enter
add a comment |Â
up vote
1
down vote
I found the answer from Here
bind b send-keys -t right 'make' Enter
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I found the answer from Here
bind b send-keys -t right 'make' Enter
I found the answer from Here
bind b send-keys -t right 'make' Enter
edited Jan 31 at 13:03
answered Jan 31 at 12:21
SLN
1277
1277
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f420930%2fsend-keys-to-the-right-pane-in-tmux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password