Search This Blog

Wednesday, 8 April 2020

Dùng notepad++ làm git.core.editor thay cho vim

Gõ lệnh : 
$ git config --global core.editor "'d:/apps/npp/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"


edit file .gitconfig trong {HOME} 
[core]    editor = 'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin


No comments:

Post a Comment