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

Implement options_after window option #235

Merged
merged 6 commits into from
Apr 24, 2017

Commits on Apr 11, 2017

  1. Implement options_after window option

    Created new method config_after_window() that applies relevant
    configurations after windows and panes have been created. Currently, it
    only knows the `options_after` option.
    This is useful for setting `synchronize-panes: on` *after* pane
    creation and shell command execution.
    sebastianst committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    fc7aae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee17439 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    bdfa625 View commit details
    Browse the repository at this point in the history
  2. Make test more robust against slow CI runs

    Similar to test_suppress_history
    sebastianst committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    4c4759d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae71f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Add documentation and example configurations for options_after

    Example shows how to ssh into two different servers with synchronized
    panes.
    sebastianst committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    648171d View commit details
    Browse the repository at this point in the history