···11-* TODO list for jj
22-** Better management of working copy
33-*** Don't update working copy when moving between prev and next
44-- Would this mean if i did then update the working copy it would overwrite whatever the current selected commit is with the working copy?
55-66-*** Don't update working copy when running standard jj and jj status
77- - This is just pointless work, the working copy should be updated
88-*** Update the working copy when re-selecting the window
99- -also run status ofcourse
1010-1111-*** Overhaul
1212- - Remove n and p as standard way to navigate
1313- - adjust the graph rendering or use my own list to be able to navigate through commits without moving the actual working copy.
1414- -- I could do that by having a selection ontop of the graph that is independant to the working copy
1515- -- I could adjust the graph so that the checked out working copy is seperate from the actual working copy
1616-1717-** Make better use uf `jj log -r '@|@-' -T 'template'` style commands
1818-** Make window the shows current file status and window that shows branches
1919-** Mode that turns on --ignore-immutable so we can edit the full history
2020-