Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature attach options #718

Merged
merged 2 commits into from
Sep 13, 2021
Merged

Commits on Sep 13, 2021

  1. Add options subcommand to attach

    fixes zellij-org#688
    
    - the `options` subcommand of `attach` functions the same,
      as the `options` subcommand of creating the normal session,
      but not every option will have an effect on reattaching,
      for example the `default_mode` setting would make no sense
      to switch.
    
      In the future it would make sense to be able to hot swap some
      of the options on reattach, but we are not able to do that yet,
      for example the `default_shell` one.
    
      Eg:
    
      ```
      zellij attach <session-name> options --theme <theme>
      ```
    a-kenji committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    b5c975f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6567f7b View commit details
    Browse the repository at this point in the history