Treed
Powerful Tree Editor
- VIM Inspired Keyboard Navigation
- Extensible and Configurable
- Unlimited Undo/Redo
| Action | Bindings | 
|---|---|
| Navigation | arrow keys, hjkl | 
| Indent/Dedent | tab, shift tab | 
| Collapse/Expand | alt + left/right alt + h/l z (toggle) | 
| Undo/Redo | ctrl + z, ctrl + shift + z, u, R | 
| Move Node | ctrl + alt + arrow / hjkl | 
| Edit mode | return, f2, a, A, i, I | 
| Normal Mode | escape | 
| Toggle Done | ctrl + return | 
| New Node | o, O (before) return (in insert mode) | 
| Cut/Copy/Paste | ctrl + x / delete, ctrl + c, ctrl + v | 
Here is an example of a treed instance hooked up to a d3 tree viewer. The d3 code is adapted from this example by mbostock.
 
    

