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:
@@ -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
|
||||
Reference in New Issue
Block a user