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

feat(layouts): edit panes #1799

Merged
merged 2 commits into from
Oct 14, 2022
Merged

feat(layouts): edit panes #1799

merged 2 commits into from
Oct 14, 2022

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Oct 14, 2022

This adds edit panes in layouts. These are panes that include a path to a file that will be opened with the user's default EDITOR (or scrollback_editor config item).

eg.

layout {
    pane split_direction="vertical" {
        pane edit="./git_diff_side_a"
        pane edit="./git_diff_side_b"
    }
}

EDIT: Documentation added to #1759 where we keep that sort of thing for now.

@imsnif imsnif temporarily deployed to cachix October 14, 2022 15:16 Inactive
@imsnif imsnif temporarily deployed to cachix October 14, 2022 15:18 Inactive
@imsnif imsnif merged commit efceb56 into main Oct 14, 2022
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