Add a hotkey to flatten recursion (#68)

This makes the left-heavy view much more useful since recursive calls are all collapsed together.

Press `r` to activate

Fixes #37
This commit is contained in:
Jamie Wong
2018-06-21 13:56:58 -07:00
committed by GitHub
parent aaac0ad7e3
commit d659eb0159
11 changed files with 374 additions and 164 deletions
@@ -0,0 +1,10 @@
a;a 1
b;b 1
a;b 1
a;b;a;b 1
a;b;a;c 1
a;b;a;b;a;b 1
a;b;a;b;c 1
a;b;a;b 1
a;b;a;c 1
a;b;a;b;c 1