Re: [racket-users] Re: key combos at the command line

2021-03-12 Thread James Platt
Thanks for the suggestions. I had not thought about using "terminal" as a search term since I was expecting to find something that would implement keyboard shortcuts regardless of whether you are using the command line (Terminal in Mac and Linux or CMD in Windows) or not. It doesn't look like

[racket-users] Re: key combos at the command line

2021-03-12 Thread schle...@gmail.com
There is also the possibility to do these other things outside of your terminal application. If you are on linux you could just ctrl-z to send your terminal app to the background (suspend it) and get back to your normal terminal execute some rsync command or something to send your file, "jobs"

[racket-users] Re: key combos at the command line

2021-03-12 Thread schle...@gmail.com
I don't really understand what you want to do exactly. I think mostly you have to implement it yourself, possibly by using something like https://docs.racket-lang.org/charterm/index.html or maybe https://docs.racket-lang.org/lux-charterm/index.html https://pkgd.racket-lang.org/pkgn/search?tags=t