ninokierulf / work-notes

My collection of learning and solutions to encountered issues
0 stars 0 forks source link

Change git text editor #7

Open ninokierulf opened 1 year ago

ninokierulf commented 1 year ago

Neovim

git config --global core.editor "nvim"

Vim

git config --global core.editor "vim"

Sublime

git config --global core.editor "subl -n -w"