How to change prefix key of tmux to Ctrl? -


i'd change prefix key of tmux c-b ctrl , tried following in .tmux.conf. doesn't work. unbind c-b set -g prefix c bind c send-prefix

thanks

as explained in answer @ unix stack exchange, can't done:

ctrl , shift modifiers. these keys aren't transmitted applications running in terminal. rather, when press ctrl+shift+a, sends character or character sequence @ time press a key.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -