A small modal editor designed to breed productivity.
Go to file
mars 4dd6307c12 Window drawing 2023-09-14 17:41:42 -06:00
.cargo Disable release profile abort panic 2023-04-12 19:49:02 -04:00
src Window drawing 2023-09-14 17:41:42 -06:00
themes Window drawing 2023-09-14 17:41:42 -06:00
.gitignore Initial commit 2023-04-11 13:40:10 -04:00
COPYING licensing 2023-04-11 16:02:34 -04:00
Cargo.lock removed once_cell 2023-04-12 18:55:35 -04:00
Cargo.toml Disable toml dep display feature 2023-04-12 19:53:35 -04:00
README.md Add README 2023-04-29 19:34:32 -04:00

README.md

Breed

Breed is a minimalistic modal editor inspired by Helix, but hopefully without all of the extra junk I don't care about.

It would be really neat for it to support LSP, Treesitter, and kakoune-like client-server operation.

To-Do List

  • detect correct syntax from file info
  • word and WORD navigation
  • config file
  • keybind modifiers
  • better submode key rendering
  • tab insertion
  • treesitter support
  • LSP support
  • keybind configuration
  • page up and page down
  • selection/visual mode
  • multicursor
  • command callbacks
  • configurable autoscroll margins
  • configurable newline hide
  • :theme
  • copy/cut/paste
  • mouse input
  • theme style modifiers
  • configurable indents
  • client/server with UDS socket