rx-editor 0.3.0

a modern, extensible pixel editor
Documentation
set ui/message = off
set ui/status = off
set ui/view-info = off
set ui/switcher = off
set ui/cursor = off
set ui/palette = off

set input/mouse = off

map/clear!
map         ;       :mode command
map         v       :mode visual
map         .       :zoom +
map         ,       :zoom -
map/normal  j       :v/prev
map/normal  k       :v/next
map/visual  j       :selection/move    0 -1
map/visual  k       :selection/move    0  1
map/visual  h       :selection/move   -1  0
map/visual  l       :selection/move    1  0
map/visual  ]       :selection/offset  1  1
map/visual  [       :selection/offset -1 -1
map/visual  \       :selection/expand
map/visual  <space> :selection/fill
map/visual  y       :selection/yank
map/visual  d       :selection/cut
map/visual  p       :selection/paste
map/visual  w       :selection/jump +
map/visual  b       :selection/jump -