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

Status override #2

Merged
merged 29 commits into from
Jun 26, 2023
Merged

Status override #2

merged 29 commits into from
Jun 26, 2023

Conversation

jam1015
Copy link
Contributor

@jam1015 jam1015 commented Jun 21, 2023

With this PR I think it should be stable for now.

  • Did a quick test on windows and it works there too. Not sure how windows keeps track of pid but terminal buffers on windows in neovim have both a job id and a pid, though I'm not sure what the latter refers to on a windows system. \

  • There is a native function that converts job id to pid so I used that instead of my own function

  • Important: there is now an option to override the default status bar of the neovim terminal so that it shows both the job id and pid in the bottom right. There is also an option to show cursor position information like when ruler is set. There are many ways that we could let the user customize the status bar of the terminal, but I think these options are adequate for now.

  • Used panvimdoc to generate documentation from the readme. Could have done this as a workflow, but instead manually ran the script.

@Klafyvel
Copy link
Owner

Thanks, I'm a bit busy right now, but I'll review and merge this week-end.

@Klafyvel Klafyvel merged commit 6c2c73e into Klafyvel:main Jun 26, 2023
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.

None yet

2 participants