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

Add :vsplit and :hsplit commands #639

Merged
merged 2 commits into from
Aug 24, 2021
Merged

Conversation

devins2518
Copy link
Contributor

Mostly copied this from helix-term::src::commands::split, but it works similar to how vim handles splits.

helix-term/src/commands.rs Outdated Show resolved Hide resolved
helix-term/src/commands.rs Outdated Show resolved Hide resolved
@archseer
Copy link
Member

Thanks! 🎉

@archseer archseer merged commit e1c9f13 into helix-editor:master Aug 24, 2021
},
TypableCommand {
name: "vsplit",
alias: Some("vsp"),
Copy link
Contributor

@pickfire pickfire Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be vs like vim.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pickfire added a commit that referenced this pull request Aug 24, 2021
Follow up on #639 to match vim behavior
@pickfire pickfire mentioned this pull request Aug 24, 2021
pickfire added a commit to pickfire/helix that referenced this pull request Aug 24, 2021
Follow up on helix-editor#639 to match vim behavior
pickfire added a commit that referenced this pull request Aug 24, 2021
Follow up on #639 to match vim behavior
archseer pushed a commit that referenced this pull request Aug 26, 2021
Follow up on #639 to match vim behavior
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.

3 participants