15

There is tig --all but I want to be able to switch between usual tig and tig --all interactively. Is there a way to do this?

Evmorov
  • 1,134
  • 22
  • 28

1 Answers1

15

Switch to refs view (r or :view-refs) then select ‘All references’ or a branch.

deltab
  • 2,498
  • 23
  • 28
  • tig --all shows all the references as the only view in the terminal. If I use `r` then `All references`, it shows it to me in a split view. How can I get the full-terminal view? – Ned Batchelder Sep 18 '18 at 01:31
  • 1
    @NedBatchelder: Capital `O` maximizes the current view; at the moment there's [no way to undo](https://stackoverflow.com/questions/36848595/how-do-i-undo-maximize-in-tig) this. (Press `h` to see some more key bindings.) – deltab Sep 24 '18 at 23:48