Skip to content

New and improved commands #525

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

Merged
merged 14 commits into from
Feb 16, 2024
Merged

New and improved commands #525

merged 14 commits into from
Feb 16, 2024

Conversation

tony
Copy link
Member

@tony tony commented Feb 16, 2024

Changes

New commands:

  • Pane.kill()

Renamings:

  • Window.select_window() renamed to Window.select()
    • Deprecated Window.select_window()
  • Pane.select_pane() renamed to Pane.select()
    • Deprecated `Pane.pane_select()
  • Session.attach_session() renamed to Session.attach()
    • Deprecated Session.attach_session()
  • Server.kill_server() renamed to Server.kill()
    • Deprecated Server.kill_server()
  • Session.kill_session() renamed to Session.kill()
    • Deprecated Session.kill_session()
  • Window.kill_window() renamed to Window.kill()
    • Deprecated Window.kill_window()

Improved commands:

  • Server.new_session: Support environment variables

  • Window.split_window: Support size via -l

    Supports columns/rows (size=10) and percentage (size='10%')

@tony tony force-pushed the new-arguments branch 16 times, most recently from cb204d3 to a3996c7 Compare February 16, 2024 20:02
@tony tony merged commit 03fccd5 into master Feb 16, 2024
@tony tony deleted the new-arguments branch February 16, 2024 20:32
@tony tony changed the title New arguments New and improved commands Feb 16, 2024
tony added a commit that referenced this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant