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 Git Basics Getting Started With Git Committing Changes

Learning coding
seal-mask
.a{fill-rule:evenodd;}techdegree
Learning coding
Front End Web Development Techdegree Student 9,937 Points

How does he change screen after 45 seconds?

When I have saved the changes in nano Tommy goes back to the other screen after 45 seconds. How does he do that? He just goes back, but I don't see, or hear him giving a command. Thanks.

2 Answers

Sam Donald
Sam Donald
36,305 Points

From memory you exit nano (if that's what you mean he did) by pressing,

  • Control + X on Windows
  • Command + X on Mac
Jasmine Robinson
Jasmine Robinson
4,203 Points

He presses Ctrl + X to exit the file

Then 'y' to save the changes

Then 'enter' to leave the filename as it is and return to command line