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

Additional option to open screen in $EDITOR #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AdrielVelazquez
Copy link
Owner

@AdrielVelazquez AdrielVelazquez commented Jan 26, 2025

This is 100% the wrong way to go about this. It's more learning zig, and how to interact with it.

Using any of the traditional process functions for zig under std.process never properly spawned the process in the main terminal window, but instead in a hidden process or in my debugger.

Queuing the message worked, but it literally sent the command to the prompt with a newline.

Need to read up more on termio, and see what I need to do .

Left in the comments of most of my attempts more for learning purposes.

Why isn't this working

Testing opening in neovim/editor

Save my progress

This works but feels wrong
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