ishaan1013 / sandbox

A cloud-based code editing environment with an AI copilot and real-time collaboration
MIT License
1.25k stars 95 forks source link

Add cmd+w keybinding to close tab #5

Open ishaan1013 opened 2 months ago

ishaan1013 commented 2 months ago

There's already a cmd+s keybinding to save. Adding a cmd+w command should be easy, and the closeTab function to use already exists in editor/index.tsx

IftequarIffu commented 1 month ago

Hey @ishaan1013, I want to work on this issue