monomux icon indicating copy to clipboard operation
monomux copied to clipboard

Support keybind-based (instead of `ControlClient`-based) actions

Open whisperity opened this issue 1 year ago • 1 comments

There are several valid use cases in which the user's shell (inside a session) is not able to communicate directly with the server that is executing said session. The two most important of such are when the user sus away (and no longer has write access to the socket) and when the session is running an SSH (or any other remote-ish) connection where the prompt the user can type in no longer has access to the socket. (In the latter case, even access to the monomux binary might be unreliable.)

We should support some rudimentary keybind-based (e.g., screen's or tmux's C-a) system where the user can bind a shortcut to a commonly used action.

  • #3
  • #4

whisperity avatar Oct 24 '22 07:10 whisperity