Skip to content

Commit b9efd29

Browse files
ognevnylazka
authored andcommitted
ides-editors: remove EDITOR env workaround for Zed
Zed 0.177.x added Git panel for all users. 98% of use cases are satisfied with it. so remove that workaround to less confuse users
1 parent 907c3e0 commit b9efd29

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web/docs/ides-editors.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,9 @@ file
7979
"program": "cmd.exe",
8080
"args": ["/c", "C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64"]
8181
}
82-
},
83-
"env": {
84-
"EDITOR": "zeditor.exe --wait"
8582
}
8683
}
8784
}
8885
```
8986

90-
Now UCRT64 shell will be opened if you press Ctrl + ~. EDITOR environment
91-
variable will be helpful, for example, when you use git from command line.
87+
Now UCRT64 shell will be opened if you press Ctrl + ~.

0 commit comments

Comments
 (0)