1# How to Migrate from PyCharm to Zed
2
3This guide covers how to set up Zed if you're coming from PyCharm, including keybindings, settings, and the differences you should expect.
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 ↔ PyCharm)
16
17### Different Keybindings (PyCharm → 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### Virtual Environments and Interpreters
34
35### Tool Windows vs. Docks
36
37### Debugging
38
39### Extensions vs. Plugins
40
41## Collaboration in Zed vs. PyCharm
42
43## Using AI in Zed
44
45### Configuring GitHub Copilot
46
47### Additional AI Options
48
49## Advanced Config and Productivity Tweaks
50
51## Next Steps