Perforce changing the default editor

前端 未结 6 1111
轮回少年
轮回少年 2021-02-20 14:20

I use perforce for my revision control, when I hit \'p4 change\' it always opens up the list on emacs, and we all know the pain of deleting text in it. How do i change it to ged

6条回答
  •  旧时难觅i
    2021-02-20 14:32

    For Notepad++ I needed to use this command -multiInst to trigger edits.

    p4 set P4EDITOR="C:\Program Files (x86)\Notepad++\notepad++.exe -multiInst"
    

提交回复
热议问题