Mercurial > dotfiles
changeset 489:36300968dc55
Use tools installed with scoop on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:19:55 -0700 |
parents | 96b550ef5940 |
children | 823b7336639a |
files | hgrc/hgrc-Windows_NT |
diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/hgrc/hgrc-Windows_NT Thu Sep 24 23:15:08 2020 -0700 +++ b/hgrc/hgrc-Windows_NT Thu Sep 24 23:19:55 2020 -0700 @@ -1,12 +1,12 @@ -[ui] -ssh = "%USERPROFILE%\scoop\shims\plink.exe" -ssh -2 -batch -C -editor = "C:\Program Files (x86)\Vim\vim80\vim.exe" - -[extdiff] -cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" - -[tortoisehg] -editor = "C:\Program Files (x86)\Notepad++\notepad++.exe" -vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" - -# vim: ft=cfg +[ui] +ssh = "%USERPROFILE%\scoop\shims\plink.exe" -ssh -2 -batch -C +editor = "%USERPROFILE%\scoop\shims\vim.exe" + +[extdiff] +cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" + +[tortoisehg] +editor = "C:\Program Files (x86)\Notepad++\notepad++.exe" +vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" + +# vim: ft=cfg