Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.39 KB

File metadata and controls

36 lines (35 loc) · 1.39 KB

TODO

  • write should accept optional second argument for file name
  • Select multiple cells
  • Copy multiple cells
  • Create new buffer with n command
  • Cells should stretch over whole area
  • Table should move with selection
  • Undo/Redo
  • Column/row labels
  • Jump to labeled field with g ident g (Identifier can be letters, a number or a combination)
  • Special style for cells, that are both yanked and selected
  • Unsaved changes recognititon, closable with q
  • w! and wq! to force-write
  • Save separator of read in file. Also have command to show and change the separator
  • Throw errors in command handler instead of printing errors
  • Fix, asking not for saving, when having a new buffer and making changes
  • File picker for open, write
  • Custom styles
  • View mode (z)
    • c
    • Shift + j or t, etc.
    • j, etc.
  • Mouse cursor/arrow keys/copy,paste and selection support for console field
  • Give cells horizontal and vertical to primary selection some "shade"
  • Maybe variable column width
  • Recognize separator of opened file
  • Mark all labels on rows/cols of selection rectangle
  • visualize git diff
  • Keybinds help
    • shortcut helper menu

BACKLOG

  • Maybe custom keybinds at some point
  • File picker
  • Open multiple files at the same time
  • Split window