Mercurial > dotfiles
view hgrc/hgrc-MacOSX @ 461:eb8891b1a6f5
Clone FZF and source its Vim plugin directly, use official hggit repo.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 09 Apr 2019 00:11:42 -0700 |
parents | 4248ef657070 |
children |
line wrap: on
line source
[ui] ssh = ssh -C merge = kdiff3 [extensions] beautifygraph = [extdiff] cmd.kdiff3 = /Applications/kdiff3.app/Contents/MacOS/kdiff3 [merge-tools] kdiff3.executable = /Applications/kdiff3.app/Contents/MacOS/kdiff3 kdiff3.args = $base $local $other -o $output # vim: ft=cfg