Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed README.md so checkboxes display correctly. #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down