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 trialAlexander Padillas
286 PointsI got lost. what are all the keyboard short cuts?
I want to cut and paste with keyboard short cuts
3 Answers
Luke Glazebrook
13,564 PointsWindows:
Copy: Ctrl + C / Paste: Ctrl + V / Cut: Ctrl + X
Mac:
Copy: Command + C / Paste: Command + V / Cut: Command + X
There are certainly a lot more than these but these should help you out a lot with your programming.
-Luke
arnavthecoder
3,453 Pointscommand s is the mac shortcut for save
Are you using a mac or PC
Patrick Koch
40,496 PointsHi Alexander, ?? not shure ,
mac/win:
[cmd/ctrl + c] for copy
[cmd /ctrl + v]/for paste
[cmd/ctrl + x] for cut
hope i could helpt