You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
)
* 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
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?
The text was updated successfully, but these errors were encountered: