Skip to content

Instantly share code, notes, and snippets.

@sgur
Last active November 30, 2017 09:07
Show Gist options
  • Save sgur/e91d64ebe4fb6412c91dc666accb123d to your computer and use it in GitHub Desktop.
Save sgur/e91d64ebe4fb6412c91dc666accb123d to your computer and use it in GitHub Desktop.
Windows 版 gVim の :terminal で tig を使うための設定
# for tig in terminal in Vim
set vertical-split = no
color date cyan default
color graph-commit magenta default
command! -nargs=* Tig
\ execute <q-mods> 'terminal ++close' (has('win32') ? 'c:/Program Files/Git/usr/bin/tig' : 'tig') <q-args>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment