-
Notifications
You must be signed in to change notification settings - Fork 0
Description
As we approach the 0.0.3 release, I'm looking at what features exactly I should be including in 0.0.4 so that there's a defined cutoff for the next release. Going off both the milestones.md and my own mental list of things to add/do in iris, I'm thinking the following:
[ ] Use the command pallete to run a shell command
[ ] Vim-style marks
- m<letter> to add a mark
- '<letter> to go to a mark
- ;lm to list all marks
[ ] Refactor ;lb to show in an overlay window instead of it's own tab, akin to what shows when ;s is run
[ ] Investigate handling tab characters properly to be able to open Makefiles
[ ] < and > keys to add/substract indentation
[ ] Investigate defect: NO NAME file being saved sometimes
[ ] Investigate defect: dw crashes at end of file