Skip to content

Commit

Permalink
Merge pull request #1896 from andrei-korshikov/kate-block
Browse files Browse the repository at this point in the history
Fix #1893: git commit should be able to wait for Kate editor
  • Loading branch information
ben committed Aug 25, 2023
2 parents 73114ad + 8efcf72 commit e3e4380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
|Gedit (Linux) |`git config --global core.editor "gedit --wait --new-window"`
|Gvim (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Vim\vim72\gvim.exe' --nofork '%*'"` (Also see note below)
|Helix |`git config --global core.editor "helix"`
|Kate (Linux) |`git config --global core.editor "kate"`
|Kate (Linux) |`git config --global core.editor "kate --block"`
|nano |`git config --global core.editor "nano -w"`
|Notepad (Windows 64-bit) |`git config core.editor notepad`
|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (Also see note below)
Expand Down

0 comments on commit e3e4380

Please sign in to comment.