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

run a background process - ctrl-z #17

Closed
MuschPusch opened this issue May 10, 2012 · 2 comments
Closed

run a background process - ctrl-z #17

MuschPusch opened this issue May 10, 2012 · 2 comments
Assignees

Comments

@MuschPusch
Copy link

Hey, it would be nice if you could run a background process. When using a shell based editor for development it's not possible to ctrl + z to run a bash command or do something like this :!ls in vim. Is there a way to fix this?

@ghantoos
Copy link
Owner

Hi,

I will check out the background process request. I'll keep you posted in that.

About the ":!ls" in vim, this command is not executed in lshell, thus removing all the restrictions. Not sure what I should fix there.

Cheers,
Ignace M

@ghost ghost assigned ghantoos Aug 13, 2013
ghantoos added a commit that referenced this issue Nov 12, 2024
ghantoos added a commit that referenced this issue Nov 16, 2024
)

* Implement background job management with fg, bg, and jobs commands (#17) (initial commit)

* Fix jobs function

* Add ctrl-z background tests

* Correct ctrl-c handling with background jobs

* Initial support for & background

* Add exit clearing background jobs

* Minor conf change

* Enhance job management on exit and improve Ctrl+Z handling, add full feature tests

* pylint minor fix
@ghantoos
Copy link
Owner

Closed by #249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants