1# How to Migrate from WebStorm to Zed
2
3This guide covers how to set up Zed if you're coming from WebStorm, including keybindings, settings, and the differences you should expect as a JavaScript/TypeScript developer.
4
5## Install Zed
6
7## Set Up the JetBrains Keymap
8
9## Set Up Editor Preferences
10
11## Open or Create a Project
12
13## Differences in Keybindings
14
15### Common Shared Keybindings (Zed with JetBrains keymap ↔ WebStorm)
16
17### Different Keybindings (WebStorm → Zed)
18
19### Unique to Zed
20
21### How to Customize Keybindings
22
23## Differences in User Interfaces
24
25### No Indexing
26
27### LSP vs. Native Language Intelligence
28
29### No Project Model
30
31### No Framework Integration
32
33### Tool Windows vs. Docks
34
35### Debugging
36
37### Extensions vs. Plugins
38
39## Collaboration in Zed vs. WebStorm
40
41## Using AI in Zed
42
43### Configuring GitHub Copilot
44
45### Additional AI Options
46
47## Advanced Config and Productivity Tweaks
48
49## Next Steps