diff --git a/README.md b/README.md index 57f1867..ec2f7c9 100644 --- a/README.md +++ b/README.md @@ -56,39 +56,39 @@ It's all very rough right now, I'm working on it, so hang tight. TODO ---- - [ ] suppress switching into command mode when moving cursor past the top/bottom +- [ ] suppress switching into command mode when moving cursor past the top/bottom lines (using new methods Jonathan added) - [ ] make the multi-level escaping optional (i.e. allow only `ctrl-m` to take +- [ ] make the multi-level escaping optional (i.e. allow only `ctrl-m` to take you to command mode) - [ ] look up what else I had in my todo a few weeks ago +- [ ] look up what else I had in my todo a few weeks ago - [ ] add logic to %vimception to write vimception.json to profile_dir/static/custom +- [ ] add logic to %vimception to write vimception.json to profile_dir/static/custom - investigate json config in general (Matthias implemented this at some point) -[ ] multi-level undo +- [ ] multi-level undo -[ ] unalias v - and use nb-cccp if it's loaded +- [ ] unalias v - and use nb-cccp if it's loaded -[ ] turn it into an nbextension (no python side) +- [ ] turn it into an nbextension (no python side) - implementing this should close #4 as well -[ ] Ctrl-n and Ctrl-p should work as local completion (like in vim) +- [ ] Ctrl-n and Ctrl-p should work as local completion (like in vim) -[ ] on click, disable the vim fire +- [ ] on click, disable the vim fire -[ ] the cell that vimception is started from gets FUBARed :\ or actuall just +- [ ] the cell that vimception is started from gets FUBARed :\ or actuall just entering edit mode doesn't work? -[ ] allow going between cells independent of which character you're on +- [ ] allow going between cells independent of which character you're on -[ ] shift-J on the last line should join cell below +- [ ] shift-J on the last line should join cell below -[ ] standardize on a post-load function that vimception will call to allow for +- [ ] standardize on a post-load function that vimception will call to allow for further customization. -[ ] look into the codemirror changes [here](https://github.com/codemirror/CodeMirror/issues/2915) +- [ ] look into the codemirror changes [here](https://github.com/codemirror/CodeMirror/issues/2915) Related Projects ----------------