Ming LI

Results 5 comments of Ming LI

Press the blob view key again, in my vim keymap, that is: `f, vb view-blob Show blob view`

@stefanhaller , It is not enough. E.g. [Compare two commits](https://github.com/jesseduffield/lazygit/blob/master/README.md#compare-two-commits) show that 2 steps: - < Shift+w > to choose the first commit for diff - < Enter > to...

@jonas. Can we support [difftastic](https://github.com/wilfred/difftastic)? It supports syntax tree diff which can be useful for those languages that have auto formatter (e.g. rust lang). I set it as git external...

It seems that tig also not highlight while [git support core.whitespace=tab-in-indent](https://stackoverflow.com/questions/5574195/make-git-highlight-tab-characters-in-a-diff) even if use git version 2.2.2 with `set diff-highlight = true`. left is `git show`, right is `tig show`...