# Project Name
## APP
- [ ] Implement a #help window and show when users presses 'h' or '?'
- [ ] Display a status line
## BOARDS
- [ ] Delete a board list if empty when pressing 'shift+d' in normal mode
- [ ] Edit the board list title when pressing 'shift+enter' in normal mode
## ITEMS
- [ ] Support sub-boards when pressing 'tab' on an item
## IN-PROGreSS
- [ ] Delete an item when pressing 'd' in normal-mode
## DONE
- [ ] Shuffle board lists back and forth when pressing 'shift+h' and 'shift+l'
- [ ] Prioritize or de-prioritize an item within a list with pressing 'ctrl+j' or 'ctrl+k'
- [ ] Move an item between lists when pressing 'ctrl+h' or 'ctrl+l'
- [ ] Navigate between board lists and list items when pressing 'h' 'j' 'k' 'l' or the arrow keys
- [ ] Add / insert a new list item when pressing 'o'
- [ ] Add / insert a new board list when pressing 'ctrl+o'
- [ ] asd
- [ ] Auto-save the board as a markdown file
- [ ] Support an undo and redo stack
- [ ] Initialize the main board using the markdown filename passed as argv[1]
- [ ] Render the board
