Skip to content

Commit db64386

Browse files
authored
Merge pull request #433 from Morganov/C-vim-editor-call
Исправлен режим запуска Vim
2 parents a030e32 + a7cd14e commit db64386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
|TextEdit (macOS)|`git config --global --add core.editor "open -W -n"`
6666
|Textmate |`git config --global core.editor "mate -w"`
6767
|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"`
68+
|Vim |`git config --global core.editor "vim --nofork"`
6969
|Visual Studio Code |`git config --global core.editor "code --wait"`
7070
|VSCodium (Free/Libre Open Source Software Binaries of VSCode) | `git config --global core.editor "codium --wait"`
7171
|WordPad |`git config --global core.editor "'C:\Program Files\Windows NT\Accessories\wordpad.exe'"`

0 commit comments

Comments
 (0)