The open-tig extension provides keybindings to launch Tig or Tig blame on the file opened.
open-tig opens an external terminal and launches either tig
or tig blame
on the file opened. In
the case of blame, the cursor position is added, so that Tig focuses on the same line.
This extension contributes the following keybindings:
ctrl+alt+h
: launch tigctrl+alt+b
: launch tig blame
ctrl
is replaced by cmd
on MacOS.
This extension contributes the following settings:
tig.terminal.darwin
: terminal application to lauch on MacOStig.terminal.linux
: terminal application to launch on Linuxtig.executable
: Tig executable pathtig.openMaximize
: whether the terminal should be opened in full screentig.maximizeArg
: the terminal option to launch in full screen
The extension doesn't support Windows. It will most likely never be the case.
open-tig is still in a beta phase.
Initial release