We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a030e32 + a7cd14e commit db64386Copy full SHA for db64386
C-git-commands.asc
@@ -65,7 +65,7 @@
65
|TextEdit (macOS)|`git config --global --add core.editor "open -W -n"`
66
|Textmate |`git config --global core.editor "mate -w"`
67
|Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m"` (смотри примечание ниже)
68
-|Vim |`git config --global core.editor "vim"`
+|Vim |`git config --global core.editor "vim --nofork"`
69
|Visual Studio Code |`git config --global core.editor "code --wait"`
70
|VSCodium (Free/Libre Open Source Software Binaries of VSCode) | `git config --global core.editor "codium --wait"`
71
|WordPad |`git config --global core.editor "'C:\Program Files\Windows NT\Accessories\wordpad.exe'"`
0 commit comments