Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Processes Pausing and Resuming

William McManus
William McManus
14,819 Points

Using ctrl-Z to suspend NANO in Terminal (Macintosh).

My Terminal suddenly stopped letting my suspend Nano using ctrl-Z. I did some research and it turns out if I input:

Setting set suspend

in ~/.nanorc

it fixes the problem. My question is how do I locate or access ~/.nanorc ? I have tried every command line input I can think of and searched for the file / directory on my drive, all to no avail. anyone? :)

1 Answer

you can find it by searching in system files ( you have to do that by showing search criteria )

or you can navigate through terminal, macintosh HD/private/etc/nanorc

hope that help ;)

William McManus
William McManus
14,819 Points

hey Isaac, I have tried both, but I can not locate the file "nanorc".... I am thinking of re installing, but it seems like a common problem that others seem to be able to fix, so I don't want to jump the gun on it. any other ideas? could it have been put into a rogue directory somewhere?