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
Post a Comment