You are not logged in.
Pages: 1
i'm posting this problem here because it probably has been addressed time after time but i can't seem to find an answer.
I can't send nano to the background with ctrl+z
can anyone help?
thanks
Last edited by SIGTERMer (2009-04-29 08:33:13)
Offline
why are you wanting to send nano to the background? Have you tried the 'screen' command? It might be what you're looking for if you want to have nano running and still access the commandline.
Offline
what "screen", please elaborate?
i have a habit of sending stuff to the background when i work, and have no problem with gdb, python, gnuplot.
nano is the only program that refuses to be sent to the background and nanorc doesn't seem to have anything to do with it ![]()
any suggestions?
Offline
sorry i wasn't more specific. basically screen allows you to detach running programs from the terminal, which allows them to stay running in the background while you do other things. So if you started nano with
screen nanoif you wanted to go back to the terminal, you could detach the screen by hitting: CTRL+A+D
and if you wanted to reattach the screen and use nano again, you would run the command:
screen -rit's a very handy little program once you get used to it.
Offline
Check the nanorc file and make sure the "allow nano to suspend" line is uncommented too.
Offline
mine works fine now.
Last edited by quarkup (2009-04-28 21:58:07)
If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.
Offline
Check the nanorc file and make sure the "allow nano to suspend" line is uncommented too.
i can't believe i missed that when i searched in the rc file. thanks MoonSwan (and everyone else who tried t help)
Offline
You're welcome, don't forget to mark this solved too. ![]()
Offline
Pages: 1