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 trialJoseph Yannuzzi
Front End Web Development Techdegree Student 4,688 PointsHow do I stop text from being replaced and deleted when i type?
Sometimes in workspace whatever I type will delete and replace what I previously typed, instead of just pushing it over. My additions to code will displace what I previously coded.
1 Answer
Kevin Gates
15,053 PointsClick the Insert tab on your keyboard. This is called Insert Mode vs. Overtype Mode. Learn more here: http://www.kadansky.com/files/newsletters/2014/2014_04_25.html
Joseph Yannuzzi
Front End Web Development Techdegree Student 4,688 PointsJoseph Yannuzzi
Front End Web Development Techdegree Student 4,688 PointsThank you!
Kevin Gates
15,053 PointsKevin Gates
15,053 PointsYou're very welcome. That issue has annoyed me to no end historically :)