How to have tmux prompt me for the status-left text to display?
问题 I want to change status bar left message to anything I type. Just like when I press Ctrl+B F I have this prompt in status bar : (find-window) I'd like to press, say Ctrl+B E and have a prompt like : (status-left) Then on Enter the text I've typed would be assigned to status-left. I DON'T want to have to call a shell script that would print the prompt in the shell window and print entered value (is that even possible?), I want the prompt to happen in the status bar itself. How should I go with