Douglas
Douglas
The README.md file references CONTRIBUTING.md but this file doesn't exist. Is it supposed to, or should the reference be removed?
When the user presses `escape` or `CTRL + c`, show an input field at the bottom of the screen that gets input, just like vim's. Close if one of the...
~~The current saving function writes to the console to say the image was saved. It should show a dialog with text saying whether it saved successfully(and the path, if so)...
Use the [lospec API](https://lospec.com/palettes/api) to load and save palettes to JSON files. Depends on #15 because this'll work with a command and on #6 because currently, the palettes are built-in,...
Add more `vim` navigation keybindings: - $ or A to go to the end of a row - G to go the bottom left, num + G to go to...
Implement vim's [macro recording](https://vim.fandom.com/wiki/Macros) functionality
Allow the user to edit the current selected color, like it's done in `cmdpxl`: 
Create a way to select between different color presets, something similar to `aseprite`'s:  Depends on #5.
The keybindings for color selection are created by using the color index in the list of colors of the preset as a key binding. This conflicts with the vim keybindings...