lua.hexart/README.md

18 lines
384 B
Markdown
Raw Normal View History

2019-02-11 20:02:31 +01:00
# HexArt
An hex-based paletted image ~~editor~~ creator.
Keys:
- up/down/left/right move cursor
2019-02-11 20:04:30 +01:00
- k/j/h/l move cursor
2019-02-11 20:02:31 +01:00
- z decrement
- x increment
- shift+z step decrement
- shift+x step increment
- a propagating increment
- s propagating decrement [NYI]
- v "visual" mode [partially implemented - not compatible with propagating modes]
- w save
- esc exit (double esc if modified)