v0.9.1
- Support Tabs. Tabs are currently visually interpreted as spaces. The number of spaces can be set via (by default 2)
EditorView::new(&mut state).tab_width(2);
- Add 'e' keymap: Move word forward to end of a word
EditorView::new(&mut state).tab_width(2);