Mercurial > dotfiles
annotate hgrc/hgrc-Windows_NT @ 176:c6a072353606
Vim config changes:
* Better working dir management in `vimrc`.
* Better shortcuts for NERDTree and CtrlP.
* Misc stuff.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 Jul 2014 17:43:25 -0700 |
parents | 300b70bbfc67 |
children | 6767fcfab15f |
rev | line source |
---|---|
20 | 1 [ui] |
170
300b70bbfc67
Use my own plink, looks like TortoiseHg's is not cool.
Ludovic Chabant <ludovic@chabant.com>
parents:
91
diff
changeset
|
2 ssh = "%USERPROFILE%\Dropbox\Utilities\plink.exe" -ssh -2 -batch -C |
20 | 3 |
4 [extdiff] | |
5 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
6 | |
7 [tortoisehg] | |
8 editor = "C:\Program Files (x86)\Notepad++\notepad++.exe" | |
9 vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
10 |