You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One comment I have is the following. The current README says about pymux vs tmux:
To some extent, pymux is a clone of tmux. This means that all the default shortcuts are the same; the commands are the same or very similar, and even a simple configuration file could be the same. (There are some small incompatibilities.) However, we definitely don't intend to create a fully compatible clone. Right now, only a subset of the command options that tmux provides are supported.
It would be helpful to have an overview of the commands actually supported by pymux. Otherwise people excited to use pymux must go learn about tmux first to find out its commands and will still not know in detail if pymux supports the same or not. This popular "tmux shortcuts & cheatsheet" might serve as an inspiration: https://gist.github.com/MohamedAlaa/2961058
This is a great project! Thanks!
One comment I have is the following. The current README says about pymux vs tmux:
It would be helpful to have an overview of the commands actually supported by pymux. Otherwise people excited to use pymux must go learn about tmux first to find out its commands and will still not know in detail if pymux supports the same or not. This popular "tmux shortcuts & cheatsheet" might serve as an inspiration: https://gist.github.com/MohamedAlaa/2961058
One might even include such an overview into pymux itself, in some manner similar to what Jupyter does (which should not be a great challenge using the prompt_toolkit). See image (a part of the full info) below. See also this PDF: https://conferences.oreilly.com/jupyter/jup-ny/public/content/jupyter-shortcuts?download=true
The text was updated successfully, but these errors were encountered: