Just like IDE, are there ways to work with gedit for GitLab CI?
I looked at GitLab repo here and issues, but can’t find README file that explains the procedure.
In gedit preferences - plugins, the option should be available.
Edited: Has anyone configured external tools plugin?
Solution
-
git config
git config core.editor command
$git config --global core.editor “gedit --wait --new-window”
$git config --list
core.editor=gedit --wait --new-window -
Use GNOME Text Editor